ContextBase

Base object that all contexts must extend.

A context object is open for extension with any custom properties/metadata.

Hierarchy

Indexable

[k: string]: any

A context object is open for extension with any custom properties/metadata.

A context object is open for extension with any custom properties/metadata.

Index

Properties

Properties

Optional id

id: undefined | object

An optional map of any equivalent identifiers for the context type, e.g. ISIN, CUSIP, etc. for an instrument.

Optional name

name: undefined | string

The name of the context data (optional). Implementors of context may choose to make the name mandatory.

type

type: string

The type of the context that uniquely identifies it, e.g. "fdc3.instrument" Used to refer to the accepted context(s) when declaring intents.