CashLedgersV1Response
- accountType: string
Number Shares account number
- advisorType: string
Code Shares adviser code of the ledger
- amountType: number
Ledger amount or value
- branchType: string
Code Shares branch code of the ledger
- currencyType: string
Currency code
- descriptionType: string
Transaction description
- ledgerType: string
Date Ledger date - same as trade date for contract notes
- nonType: number
Trustable Amount Non Trustable Amount (Brokerage, fees and GST of the contract note)
- organisationType: string
Code Organisation Code or Head Branch Code
- outstandingType: number
Amount Outstanding (unsettled) value
- referenceType: string
Transaction reference
- runningType: number
Balance Ledger balance
- settlementType: string
Date Notional Settlement date
- settlementType: string
Method Anticipated settlement method
- statusType: string
Transaction status
- transactionType: string
Code Transaction type or code
- transactionType: string
Source Transaction source
- trustableType: number
Amount Trustable amount
Examples
{
"organisationCode": "TPOMAL",
"advisorCode": "ADV1",
"branchCode": "01",
"accountNumber": "111888",
"currency": "AUD",
"ledgerDate": "2025-06-11",
"settlementDate": "2025-06-13",
"transactionSource": "ContractNote",
"transactionCode": "BUY",
"status": "Unsettled",
"reference": "5600123",
"description": "Buy 200 BHP.ASX",
"amount": -9528.45,
"runningBalance": 5471.55,
"outstandingAmount": -9528.45,
"trustableAmount": -9480,
"nonTrustableAmount": -48.45,
"settlementMethod": "DirectDebit"
}

