| collateral_rate required | string Collateral rate of the contract
|
| comment | string Comment given on Accept, Decline or Cancel that is echoed back
|
| contract_display_id | string Human readable Id of contract resulting for this contract request action
|
| contract_id | string Id of contract resulting for this contract request action
|
| counterparty_id required | |
| display_id required | string Display id (persistent contract request id inside Aurora system)
|
required | object (aurora.core.common.protos.PbInstrument) Instruments can be identified by their CUSIP or Ticker Symbol Fields: cusip, ticker, name
|
| is_pre_established required | boolean Pre-established contract flag
|
| quantity required | |
required | object (aurora.core.common.protos.PbRateDetails) |
| request_id required | string User populated id of the request this response is for
|
| rounding_rule required | string (aurora.core.consts.RoundingRule) Enum: "NO_ROUNDING" "UP_TO_NEAREST_0_DOT_01" "UP_TO_NEAREST_0_DOT_05" "UP_TO_NEAREST_0_DOT_10" "UP_TO_NEAREST_0_DOT_25" "UP_TO_NEAREST_1_DOT_0" |
| settlement_type required | string (aurora.core.consts.settlement.SettlementType) Enum: "NSCC" "BILATERAL" |
| side required | string (aurora.core.consts.common.Side) Enum: "BORROW" "LOAN" |
| status required | string (aurora.core.consts.contractrequest.ContractRequestStatus) possible states in the lifecycle of a contract request
Enum: "PENDING" "ACCEPTED" "REJECTED" "EXPIRED" "CANCELED" "AUTOMATCHED" |