Boolean field update

What:
Modify Boolean fields in the API to follow industry standard Boolean format requirements.

Why
The CFTC Tech Spec specifies the values as True and False, but KOR has made the decision to follow technical standards based on client feedback.

What does this mean for me?
Fields that you submitted as strings with a value of "True" or "False" should be updated to a boolean type with a value of "true" or "false". This will also impact how data and reports are returned.

Example:
Field value in the API submission will changeā€¦..

  • From : "nonStandardizedTermIndicator" : ā€œFalseā€
  • To : "nonStandardizedTermIndicator" : false

Impacted fields:

  • mandatoryClearingIndicator
  • counterparty1FinancialEntityIndicator
  • counterparty2FinancialEntityIndicator
  • counterparty1FederalEntityIndicator
  • counterparty2FederalEntityIndicator
  • customBasketIndicator
  • amendmentIndicator
  • packageIndicator
  • postPricedSwap
  • nonStandardizedTermIndicator
  • blockTradeElectionIndicator
  • largeNotionalOffFacilitySwapElectionIndicator
  • registeredPlatformIndicator
  • anonymousExecutionIndicator
  • primeBrokerageTransactionIndicator
Sleekplan Logo
we run on Sleekplan