Causeway
Degraded in us-west-2DocsRequest Dataset

investor

S3 / causeway-data / dev / main / fibo / investor

Explore Data
About the Pure Model
Concept: Investor

Auto-generated from fibo-data-gen/pure/ — column-level lineage from the FIBO-grounded class to its physical store. Structured mappings point at parquet columns; Object mappings point at object-storage paths for audio, video, documents, and transcripts.

Profile
// AUTO-GENERATED by generators/pure_export.py — do not edit by hand.
// Source: metadata/datasets/*.json

###Pure

Profile fibo::Lineage
{
    stereotypes: [parquetBacked, objectBacked];
    tags: [parquetPath, fiboModule, fiboConcept, datasetTitle, glossaryTerm, objectPath, mediaTypes];
}
Class
<<Lineage.parquetBacked>>
{Lineage.parquetPath = 'out/parquet/investor.parquet', Lineage.fiboModule = 'BE', Lineage.fiboConcept = 'Investor', Lineage.datasetTitle = 'Investors'}
// Parties that have subscribed to one or more funds — institutionals (with LEI) and HNW individuals.
Class fibo::be::Investor
{
    // InvestorIdentifier: Internal surrogate key uniquely identifying an investor within this system.
    investorId : Integer[1];
    // LegalEntityIdentifier: Globally unique 20-character code (ISO 17442) assigned to a legal entity for identification in financial transactions.
    lei : String[0..1];
    // LegalName: The official registered name of a legal entity.
    name : String[1];
    // InvestorType: Classification of an investor by institutional kind (pension, endowment, sovereign, insurance, family office, fund of funds, HNW individual).
    investorType : String[1];
    // ISO3166CountryCode: Two- or three-letter code that uniquely identifies a country under ISO 3166-1.
    countryCode : String[1];
    // ValidFromDate: The date a record\'s information became effective. Together with Valid To Date and Is Current, supports point-in-time history (slowly-changing dimension).
    onboardedOn : StrictDate[1];
}
Table (parquet store)
    // parquet: out/parquet/investor.parquet
    Table investor (investor_id INT PRIMARY KEY, lei VARCHAR(255), name VARCHAR(255), investor_type VARCHAR(255), country_code VARCHAR(255), onboarded_on DATE)
Mapping — column-level lineage
    fibo::be::Investor : Relational
    {
        ~mainTable [FiboParquet]investor
        investorId : [FiboParquet]investor.investor_id,
        lei : [FiboParquet]investor.lei,
        name : [FiboParquet]investor.name,
        investorType : [FiboParquet]investor.investor_type,
        countryCode : [FiboParquet]investor.country_code,
        onboardedOn : [FiboParquet]investor.onboarded_on
    }
UNSTRUCTURED — OBJECT STORAGE
Object Store (S3 / object backend)
// AUTO-GENERATED by generators/pure_export.py — do not edit by hand.

Store store::object::CausewayObjectStore
(
  backend: S3
  bucket:  'causeway-data'
  region:  'us-east-1'
)