Skip to main content
Version: mainnet (v0.71)

DataSourceSpecConfiguration

DataSourceSpecConfiguration describes the source data that an instrument wants to get from the sourcing engine.

type DataSourceSpecConfiguration {
signers: [Signer!]
filters: [Filter!]
}

Fields

DataSourceSpecConfiguration.signers ● [Signer!] list object

Signers is the list of authorized signatures that signed the data for this data source. All the public keys in the data should be contained in this list.

DataSourceSpecConfiguration.filters ● [Filter!] list object

Filters describes which source data are considered of interest or not for the product (or the risk model).

Implemented by

ExternalDataSourceKind union