Skip to content

Class: Instruction

A directive or instruction from the FDIC for the Bank or another party to take a certain action or refrain from a certain action

URI: fdic-crypto:Instruction

classDiagram class Instruction click Instruction href "../Instruction" Statement <|-- Instruction click Statement href "../Statement" Instruction : excerpt Instruction : instruction_description

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
instruction_description 0..1
String
A brief one-sentence description of the FDIC's directive or instruction from ... direct

Usages

used by used in type used
CryptoDocument instructions range Instruction
PauseLetterDocument instructions range Instruction
OtherDocument instructions range Instruction

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Instruction
description: A directive or instruction from the FDIC for the Bank or another party
  to take a certain action or refrain from a certain action
from_schema: https://finreg-foundry.github.io/fdic-crypto
is_a: Statement
slots:
- excerpt
attributes:
  instruction_description:
    name: instruction_description
    description: A brief one-sentence description of the FDIC's directive or instruction
      from the FDIC for the Bank or another party to take a certain action or refrain
      from a certain action
    from_schema: https://finreg-foundry.github.io/fdic-crypto
    rank: 1000
    domain_of:
    - Instruction
    range: string
disjoint_with:
- InformationRequestItem

Induced

name: Instruction
description: A directive or instruction from the FDIC for the Bank or another party
  to take a certain action or refrain from a certain action
from_schema: https://finreg-foundry.github.io/fdic-crypto
is_a: Statement
attributes:
  instruction_description:
    name: instruction_description
    description: A brief one-sentence description of the FDIC's directive or instruction
      from the FDIC for the Bank or another party to take a certain action or refrain
      from a certain action
    from_schema: https://finreg-foundry.github.io/fdic-crypto
    rank: 1000
    alias: instruction_description
    owner: Instruction
    domain_of:
    - Instruction
    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: Instruction
    domain_of:
    - Event
    - Instruction
    - InformationRequestItem
    - FDICConcern
    - CryptoActivity
    - CitedAuthority
    range: string
disjoint_with:
- InformationRequestItem