HinStockTransferRequest
Request object for transfer of some securities from one HIN to your Openmarkets account
- accountType: string
Name requiredThe name of the account as registered at the existing broker
- brokerType: string
Name requiredName of the broker where the existing HIN is held
- brokerType: string
Participant Id requiredPID of the broker where the existing HIN is held
- hinType: array object[] · HinStockTransferRequestSecurity[]
Securities To Transfer requiredList of securities to be transferred off the existing HIN to account at Openmarkets
- qtyType: integerrequired
Exact number of this security to transfer.
- securityType: string
Code requiredThe stock/security code to transfer (as listed on your existing holdings)
- securityType: string
Name requiredThe name of the security to transfer (as listed on your existing holdings)
- holderType: string
Identification Number requiredHIN of the account as registered at the existing broker
- accountType: string | null
Designation Designation of the account as registered at the existing broker (if applicable)
Examples
{
"brokerName": "Example Securities Limited",
"brokerParticipantId": "20087",
"accountName": "Ms Jane Marie Citizen",
"accountDesignation": "FAMILY A/C",
"holderIdentificationNumber": "X0009876543",
"hinSecuritiesToTransfer": [
{
"securityCode": "BHP",
"securityName": "BHP Group Limited",
"qty": 200
},
{
"securityCode": "CBA",
"securityName": "Commonwealth Bank of Australia",
"qty": 50
}
]
}

