Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Description

Mandatory

Available from version

BrickId

Guid

The BrickId is populated from BFS when the entity is created so this is not used as an input

2.27

FromAccountNumber

string

This is either the account number or the BrickId of the account where the asset should be transferred from. One of these inputs is mandatory

True

2.27

FromAccountBrickId

Guid

2.27

ToAccountNumber

string

This is either the account number or the BrickId of the account where the asset should be transferred to. One of these inputs is mandatory

True

2.27

ToAccountBrickId

Guid

2.27

Units

decimal

The number of units to be moved between the FromAccount and ToAccount

True

2.27

Comment

string

Use this field to store any free text that you want to store on the order

True

2.27

TradeDate

DateTime

This is the trade date that will be used on the resulting transactions

True

2.27

SettlementDate

DateTime

This is the settle date that will be used on the resulting transactions

True

2.27

ValueDate

DateTime

This is the value date that will be used on the resulting transactions

True

2.27

InstrumentBrickId

Guid

This is the BrickId of the instrument that should be transferred

True

2.27

AcquisitionValue

decimal

The acquisition value that will be added to the transaction in the currency of the Instrument

If AcquisitionValue and AcquisitionValueAccountCurrency is supplied this will override the Acquisition value from the existing position and be used instead in the ToAccount.

2.27

AcquisitionPrice

decimal

The acquisition price per unit of the Instrument that will be added to the transactions

Note: This field is calculated from AcquisitionValue / Units and will be deprecated in the future as input

2.27

AcquisitionValueAccountCurrency

decimal

The acquisition value in the base currency of the account that will be added to the transactions

If AcquisitionValue and AcquisitionValueAccountCurrency is supplied this will override the Acquisition value from the existing position and be used instead in the ToAccount.

2.27

AcquisitionPriceAccountCurrency

decimal

The acquisition price in the base currency of the account that will be added to the transactions

Note: This field is calculated from AcquisitionValueAccountCurrency / Units and will be deprecated in the future as an input

2.27

OverrideOwnershipChangeValidation

bool

By setting this value to true there will be not validation conducted regarding if the transfer will result in a transfer between accounts with different owners. If transfers of instruments occur between accounts with different owners there might be TRS reporting needed. Make sure that you know what you are doing if this is set to true.

2.27

...