Skip to content

Class: FDICConcern

A concern or criticism expressed by the FDIC regarding the Bank's crypto-related activities

URI: fdic-crypto:FDICConcern

classDiagram class FDICConcern click FDICConcern href "../FDICConcern" Statement <|-- FDICConcern click Statement href "../Statement" FDICConcern : concern FDICConcern : excerpt

Inheritance

Slots

Name Cardinality and Range Description Inheritance
excerpt 0..1
String
The entire text of the excerpt from the document used as the basis for creati... direct
concern 0..1
String
A brief one-sentence description of the concern direct

Usages

used by used in type used
CryptoDocument concerns range FDICConcern
PauseLetterDocument concerns range FDICConcern
OtherDocument concerns range FDICConcern

Identifier and Mapping Information

Schema Source

  • from schema: https://finreg-foundry.github.io/fdic-crypto

Mappings

Mapping Type Mapped Value
self fdic-crypto:FDICConcern
native fdic-crypto:FDICConcern

LinkML Source

Direct

name: FDICConcern
description: A concern or criticism expressed by the FDIC regarding the Bank's crypto-related
  activities
from_schema: https://finreg-foundry.github.io/fdic-crypto
is_a: Statement
slots:
- excerpt
attributes:
  concern:
    name: concern
    description: A brief one-sentence description of the concern
    from_schema: https://finreg-foundry.github.io/fdic-crypto
    rank: 1000
    domain_of:
    - FDICConcern
    range: string

Induced

name: FDICConcern
description: A concern or criticism expressed by the FDIC regarding the Bank's crypto-related
  activities
from_schema: https://finreg-foundry.github.io/fdic-crypto
is_a: Statement
attributes:
  concern:
    name: concern
    description: A brief one-sentence description of the concern
    from_schema: https://finreg-foundry.github.io/fdic-crypto
    rank: 1000
    alias: concern
    owner: FDICConcern
    domain_of:
    - FDICConcern
    range: string
  excerpt:
    name: excerpt
    description: The entire text of the excerpt from the document used as the basis
      for creating the class instance and its attributes
    from_schema: https://finreg-foundry.github.io/fdic-crypto
    rank: 1000
    alias: excerpt
    owner: FDICConcern
    domain_of:
    - Event
    - Instruction
    - InformationRequestItem
    - FDICConcern
    - CryptoActivity
    - CitedAuthority
    range: string