cAssetLimits

Returns Counterparty limits by asset snapshot

POST api/cAssetLimits

{}

Request parameters

Field nameTypeDescription

counterpartyId

Efx::ClientId

Optional. Returns limits by asset for specified counterparty. Returns limits by asset for all counterparties otherwise.

filter

string

Optional field for master accounts only (FM Liquidity Match). - absent or "all": returns full deals history - "subaccounts": returns deals history with subaccounts - "external": returns deals history with external counterparties

Response description

Field nameTypeDescription

Array of cAssetLimits

Array of counterparty asset limits

cAssetLimit

Array[6]

0

Efx::ClientId

Counterparty Id

1

string

Asset for which the limit is set

2

Efx::Size

Gross limit

3

string

Limit value currency

4

Efx::Size

Counterparty’s gross limit. May be null.

5

string

CP’s limit value currency. May be null.

The gross limit exposure per asset equals to absolute value of the asset position against any given counterparty.

Last updated