EquityHoldingTransactionsV1Response
- accountType: string
Number Shares account number
- advisorType: string
Code Shares adviser code of the holding
- branchType: string
Code Shares branch code of the holding
- currencyType: string
Currency of security
- deletedType: boolean
- descriptionType: string
Transaction date
- fxType: number
Rate FX rate
- marketType: string
Code Market or exchange code
- organisationType: string
Code Organisation Code or Head Branch Code
- quantityType: number
Transaction date
- referenceType: string
Transaction reference
- securityType: string
Code Ticker code of the holding
- transactionType: string
Code Transaction code
- transactionType: number
Cost Transaction date
- transactionType: number
Cost _ A U D Transaction cost in AUD
- transactionType: string
Date Transaction date
- transactionType: number
Value Transaction Value
- transactionType: number
Value _ A U D Transaction value in AUD
- userType: string
Id User Id of the operator
Examples
{
"organisationCode": "TPOMAL",
"accountNumber": "111888",
"advisorCode": "ADV1",
"branchCode": "01",
"securityCode": "BHP",
"marketCode": "ASX",
"currency": "AUD",
"transactionDate": "2025-06-11",
"transactionCode": "BUY",
"reference": "5600123",
"quantity": 200,
"transactionCost": 48.45,
"description": "Buy 200 BHP.ASX at 47.40",
"fxRate": 1,
"transactionValue_AUD": 9480,
"transactionCost_AUD": 48.45,
"userId": "jdoe",
"transactionValue": 9480,
"deleted": false
}

