Causeway
Degraded in us-west-2DocsRequest Dataset
<- Back to concepts

Trading Venue

TradingVenueFBC

A platform on which financial instruments are traded — exchange, multilateral trading facility, OTC market, or systematic internalizer.

Datasets representing this concept
1 dataset
DatasetRolePure
trading_venueprimaryPure Model ->
Pure Class

FIBO-grounded class definition for this concept: properties, multiplicities, and source-column annotations. Per-dataset Mapping and Table blocks live on each dataset's Pure Model tab.

<<Lineage.parquetBacked>>
{Lineage.parquetPath = 'out/parquet/trading_venue.parquet', Lineage.fiboModule = 'FBC', Lineage.fiboConcept = 'TradingVenue', Lineage.datasetTitle = 'Trading Venues'}
// Exchanges, MTFs, and OTC sentinels where instruments are traded, identified by ISO 10383 MIC.
Class fibo::fbc::TradingVenue
{
    // MarketIdentifierCode: Four-letter ISO 10383 code uniquely identifying a trading venue (e.g., XNYS for NYSE, XLON for LSE).
    micCode : String[1];
    // OperatingMIC: MIC of the operating organization that owns or runs a venue, used to group sub-markets under a parent operator.
    operatingMic : String[1];
    // TradingVenue: A platform on which financial instruments are traded — exchange, multilateral trading facility, OTC market, or systematic internalizer.
    name : String[1];
    // ISO3166CountryCode: Two- or three-letter code that uniquely identifies a country under ISO 3166-1.
    countryCode : String[1];
    // VenueType: Kind of trading venue (regulated exchange, multilateral trading facility, organized trading facility, systematic internalizer, OTC).
    venueType : String[1];
    // Active: Flag indicating whether a reference-data record is currently in use.
    isActive : Boolean[1];
}