Class: Statement
A statement in a CryptoDocument that either conveys an instruction, information request, or concern from the FDIC.
- NOTE: this is an abstract class and should not be instantiated directly
classDiagram
class Statement
click Statement href "../Statement"
Statement <|-- Instruction
click Instruction href "../Instruction"
Statement <|-- InformationRequestItem
click InformationRequestItem href "../InformationRequestItem"
Statement <|-- FDICConcern
click FDICConcern href "../FDICConcern"
Inheritance
- Statement
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
Identifier and Mapping Information
Schema Source
- from schema: https://finreg-foundry.github.io/fdic-crypto
Mappings
Mapping Type | Mapped Value |
---|---|
self | fdic-crypto:Statement |
native | fdic-crypto:Statement |
LinkML Source
Direct
name: Statement
description: A statement in a CryptoDocument that either conveys an instruction, information
request, or concern from the FDIC.
from_schema: https://finreg-foundry.github.io/fdic-crypto
abstract: true
Induced
name: Statement
description: A statement in a CryptoDocument that either conveys an instruction, information
request, or concern from the FDIC.
from_schema: https://finreg-foundry.github.io/fdic-crypto
abstract: true