CashBalances
- accountType: string
Number - advisorType: string
Code - bankType: array object[] · CashBankAccount[]
Accounts List of Bank Accounts
- bankType: string
Account Name - bankType: string
Account Number - bankType: number
Balance - bankType: number
Cleared Balance - bsbType: string
- currencyType: string
- institutionType: string
Code - lastType: string Format: date-time
Updated the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- serviceType: string
Type - settlementType: string
Method - transactionType: string
Type
- branchType: string
Code - organisationType: string
Code - outstandingType: object · OutstandingCash
Cash Outstanding Cash
- outstandingType: number
Cash - startType: number
Of Day Cash - todayType: number
Trade Value
- tradingType: array object[] · TradingAccountLedger[]
Account Ledgers List of trading account ledgers
- currencyType: string
Code - fxrateType: number
- ledgerType: number
Balance - ledgerType: number
Balance _ A U D
Examples
{
"organisationCode": "TPOMAL",
"accountNumber": "111888",
"advisorCode": "ADV1",
"branchCode": "01",
"tradingAccountLedgers": [
{
"currencyCode": "AUD",
"fxrate": 1,
"ledgerBalance": 5471.55,
"ledgerBalance_AUD": 5471.55
}
],
"bankAccounts": [
{
"bankBalance": 21500.3,
"serviceType": "CMA",
"transactionType": "DRCR",
"bankAccountNumber": "12345678",
"bsb": "063000",
"lastUpdated": "2025-06-11T22:05:00Z",
"currency": "AUD",
"bankAccountName": "James Alan Smith",
"institutionCode": "MBLA",
"bankClearedBalance": 21500.3,
"settlementMethod": "DirectDebit"
}
],
"outstandingCash": {
"startOfDayCash": 15000,
"todayTradeValue": -9528.45,
"outstandingCash": 5471.55
}
}

