Class: RecordsFile
A file released by the FDIC in response to a Freedom of Information Act (FOIA) or discovery request, consisting of a PDF of scanned Documents.
classDiagram
class RecordsFile
click RecordsFile href "../RecordsFile"
RecordsFile : description
RecordsFile : file_date
RecordsFile : file_path
RecordsFile : file_url
RecordsFile : filename
RecordsFile : pages_count
RecordsFile : records_count
RecordsFile : release_date
RecordsFile : title
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
title | 0..1 String |
A short 1-5 word title for the crypto activity type | direct |
description | 0..1 String |
A description of the crypto activity type | direct |
filename | 0..1 String |
The name of the file containing the records | direct |
file_path | 0..1 String |
The file path to the file containing the records | direct |
file_url | 0..1 String |
The URL of the file released by the FDIC | direct |
release_date | 0..1 date |
The date the file was released, formatted YYYY-MM-DD | direct |
file_date | 0..1 date |
The date of the file as stated in the file, if a date is provided | direct |
records_count | 0..1 Integer |
The number of records in the file as stated by the FDIC | direct |
pages_count | 0..1 Integer |
The number of pages in the file | direct |
Usages
used by | used in | type | used |
---|---|---|---|
RecordsFiles | records_files | range | RecordsFile |
Identifier and Mapping Information
Schema Source
- from schema: https://finreg-foundry.github.io/fdic-crypto
Mappings
Mapping Type | Mapped Value |
---|---|
self | fdic-crypto:RecordsFile |
native | fdic-crypto:RecordsFile |
LinkML Source
Direct
name: RecordsFile
description: A file released by the FDIC in response to a Freedom of Information Act
(FOIA) or discovery request, consisting of a PDF of scanned Documents.
from_schema: https://finreg-foundry.github.io/fdic-crypto
slots:
- title
- description
attributes:
filename:
name: filename
description: The name of the file containing the records
from_schema: https://finreg-foundry.github.io/fdic-crypto
domain_of:
- Document
- Page
- RecordsFile
range: string
file_path:
name: file_path
description: The file path to the file containing the records
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- RecordsFile
range: string
file_url:
name: file_url
description: The URL of the file released by the FDIC
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- RecordsFile
range: string
release_date:
name: release_date
description: The date the file was released, formatted YYYY-MM-DD
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- RecordsFile
range: date
file_date:
name: file_date
description: The date of the file as stated in the file, if a date is provided
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- RecordsFile
range: date
records_count:
name: records_count
description: The number of records in the file as stated by the FDIC
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- RecordsFile
range: integer
pages_count:
name: pages_count
description: The number of pages in the file
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- RecordsFile
range: integer
Induced
name: RecordsFile
description: A file released by the FDIC in response to a Freedom of Information Act
(FOIA) or discovery request, consisting of a PDF of scanned Documents.
from_schema: https://finreg-foundry.github.io/fdic-crypto
attributes:
filename:
name: filename
description: The name of the file containing the records
from_schema: https://finreg-foundry.github.io/fdic-crypto
alias: filename
owner: RecordsFile
domain_of:
- Document
- Page
- RecordsFile
range: string
file_path:
name: file_path
description: The file path to the file containing the records
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: file_path
owner: RecordsFile
domain_of:
- RecordsFile
range: string
file_url:
name: file_url
description: The URL of the file released by the FDIC
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: file_url
owner: RecordsFile
domain_of:
- RecordsFile
range: string
release_date:
name: release_date
description: The date the file was released, formatted YYYY-MM-DD
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: release_date
owner: RecordsFile
domain_of:
- RecordsFile
range: date
file_date:
name: file_date
description: The date of the file as stated in the file, if a date is provided
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: file_date
owner: RecordsFile
domain_of:
- RecordsFile
range: date
records_count:
name: records_count
description: The number of records in the file as stated by the FDIC
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: records_count
owner: RecordsFile
domain_of:
- RecordsFile
range: integer
pages_count:
name: pages_count
description: The number of pages in the file
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: pages_count
owner: RecordsFile
domain_of:
- RecordsFile
range: integer
title:
name: title
description: A short 1-5 word title for the crypto activity type.
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: title
owner: RecordsFile
domain_of:
- RecordsFile
range: string
description:
name: description
description: A description of the crypto activity type. As applicable, this is
derived from the FIL-16-2022, the related FDIC internal procedure, or the FDIC
Crypto Documents.
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: description
owner: RecordsFile
domain_of:
- RecordsFile
range: string