Skip to content

Class: CitedAuthority

A law, regulation, or guidance document or provision cited or mentioned in the document

URI: fdic-crypto:CitedAuthority

classDiagram class CitedAuthority click CitedAuthority href "../CitedAuthority" CitedAuthority : authority_name CitedAuthority : authority_statement CitedAuthority : excerpt

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
authority_name 0..1
String
The name of the document or provision direct
authority_statement 0..1
String
The proposition or statement from the document or provision that is cited or ... direct

Usages

used by used in type used
CryptoDocument cited_authorities range CitedAuthority
PauseLetterDocument cited_authorities range CitedAuthority
OtherDocument cited_authorities range CitedAuthority

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: CitedAuthority
description: A law, regulation, or guidance document or provision cited or mentioned
  in the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
slots:
- excerpt
attributes:
  authority_name:
    name: authority_name
    description: The name of the document or provision
    from_schema: https://finreg-foundry.github.io/fdic-crypto
    rank: 1000
    domain_of:
    - CitedAuthority
    range: string
  authority_statement:
    name: authority_statement
    description: The proposition or statement from the document or provision that
      is cited or mentioned and any implications referened in the letter
    from_schema: https://finreg-foundry.github.io/fdic-crypto
    rank: 1000
    domain_of:
    - CitedAuthority
    range: string

Induced

name: CitedAuthority
description: A law, regulation, or guidance document or provision cited or mentioned
  in the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
attributes:
  authority_name:
    name: authority_name
    description: The name of the document or provision
    from_schema: https://finreg-foundry.github.io/fdic-crypto
    rank: 1000
    alias: authority_name
    owner: CitedAuthority
    domain_of:
    - CitedAuthority
    range: string
  authority_statement:
    name: authority_statement
    description: The proposition or statement from the document or provision that
      is cited or mentioned and any implications referened in the letter
    from_schema: https://finreg-foundry.github.io/fdic-crypto
    rank: 1000
    alias: authority_statement
    owner: CitedAuthority
    domain_of:
    - CitedAuthority
    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: CitedAuthority
    domain_of:
    - Event
    - Instruction
    - InformationRequestItem
    - FDICConcern
    - CryptoActivity
    - CitedAuthority
    range: string