Class: RegulatoryDocument
A public or internal FDIC document related to its general approach to supervision of banks that engaged in, or sought to engage in, crypto-related activities, but not to a particular bank or supervisory process.
URI: fdic-crypto:RegulatoryDocument
classDiagram
class RegulatoryDocument
click RegulatoryDocument href "../RegulatoryDocument"
Document <|-- RegulatoryDocument
click Document href "../Document"
RegulatoryDocument : date
RegulatoryDocument : document_group
RegulatoryDocument --> "0..1" DocumentCategory : document_group
click DocumentCategory href "../DocumentCategory"
RegulatoryDocument : document_id
RegulatoryDocument : document_type
RegulatoryDocument --> "0..1" DocumentType : document_type
click DocumentType href "../DocumentType"
RegulatoryDocument : filename
RegulatoryDocument : image
RegulatoryDocument : summary
RegulatoryDocument : url
Inheritance
- Document
- RegulatoryDocument
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
url | 0..1 String |
The URL of the document | direct |
date | 0..1 date |
The date the document was issued, formatted YYYY-MM-DD | Document |
filename | 0..1 String |
The name of the file containing the document | Document |
document_id | 0..1 String |
A unique identifier for the document | Document |
document_type | 0..1 DocumentType |
The type of document (e | Document |
document_group | 0..1 DocumentCategory |
The sub-class of Document to which the document belongs | Document |
summary | 0..1 String |
A one paragraph description that provides with a brief overview of the docume... | Document |
image | 0..1 CoverImage |
The image file for the first page of the document, reduced in size for displa... | Document |
Identifier and Mapping Information
Schema Source
- from schema: https://finreg-foundry.github.io/fdic-crypto
Mappings
Mapping Type | Mapped Value |
---|---|
self | fdic-crypto:RegulatoryDocument |
native | fdic-crypto:RegulatoryDocument |
LinkML Source
Direct
name: RegulatoryDocument
description: A public or internal FDIC document related to its general approach to
supervision of banks that engaged in, or sought to engage in, crypto-related activities,
but not to a particular bank or supervisory process.
from_schema: https://finreg-foundry.github.io/fdic-crypto
is_a: Document
attributes:
url:
name: url
description: The URL of the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- RegulatoryDocument
range: string
Induced
name: RegulatoryDocument
description: A public or internal FDIC document related to its general approach to
supervision of banks that engaged in, or sought to engage in, crypto-related activities,
but not to a particular bank or supervisory process.
from_schema: https://finreg-foundry.github.io/fdic-crypto
is_a: Document
attributes:
url:
name: url
description: The URL of the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: url
owner: RegulatoryDocument
domain_of:
- RegulatoryDocument
range: string
date:
name: date
description: The date the document was issued, formatted YYYY-MM-DD
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: date
owner: RegulatoryDocument
domain_of:
- Document
- Event
range: date
filename:
name: filename
description: The name of the file containing the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: filename
owner: RegulatoryDocument
domain_of:
- Document
- Page
- RecordsFile
range: string
document_id:
name: document_id
description: A unique identifier for the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: document_id
owner: RegulatoryDocument
domain_of:
- Document
range: string
document_type:
name: document_type
description: The type of document (e.g., letter, memorandum, report)
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: document_type
owner: RegulatoryDocument
domain_of:
- Document
range: DocumentType
document_group:
name: document_group
description: The sub-class of Document to which the document belongs
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: document_group
owner: RegulatoryDocument
domain_of:
- Document
range: DocumentCategory
summary:
name: summary
description: A one paragraph description that provides with a brief overview of
the document's contents in order to enable users to discern the nature of the
document and decide whether to open the record to see details and the original
text.
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: summary
owner: RegulatoryDocument
domain_of:
- Document
range: string
image:
name: image
description: The image file for the first page of the document, reduced in size
for display.
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: image
owner: RegulatoryDocument
domain_of:
- Document
- Page
range: CoverImage