Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

The COUNTERPARTIES table contains data for counterparties.
Column NameTypeNot NullDefault Value1Cube FieldDescription
AS_OF_DATEDATEYTimestamp (at close of business) for the data.
COUNTERPARTY_IDSTRINGYN/ACounterpartyIdsCounterparty identifier. Used as a foreign key when counterparty is referenced.
COUNTERPARTY_NAMESTRINGYN/ACounterpartyNamesFull counterparty name.
RATINGSTRINGYN/ACounterpartyRatingsRating of the counterparty.
SECTORSTRINGYN/ACounterpartySectorsSector of the counterparty.
COUNTRY_OF_ADDRESSSTRINGYN/ACounterpartyCountriesOfAddressCountry where the counterparty is located, in the form of a unique three-letter country identifier code.
COUNTRY_OF_RISKSTRINGYN/ACounterpartyCountriesOfRiskCountry the risk of counterparty can be attributed to, in the form of a unique three-letter country identifier code.

Unique Key

Columns
AS_OF_DATE
COUNTERPARTY_ID

Incoming Joins

Source TableSource ColumnsTarget Columns
TRADE_ATTRIBUTESAS_OF_DATE
COUNTERPARTY_ID
AS_OF_DATE
COUNTERPARTY_ID

Outgoing Joins

Target TableSource ColumnsTarget Columns
COUNTRIESAS_OF_DATE
COUNTRY_OF_ADDRESS
AS_OF_DATE
COUNTRY_CODE
COUNTRIESAS_OF_DATE
COUNTRY_OF_RISK
AS_OF_DATE
COUNTRY_CODE

  1. If the default value is marked as empty, it means that the default value is ‘null’ for nullable fields, and that a value needs to be explicitly set for non-nullable fields.  ↩︎