Fund Trustees

GET {{baseUrl}}/sf/funds/:fundId/trustees

Allows you to retrieve a the type of Trustee, Corporate Trustee Details (if applicable) and a List of Individual Trustees/Directors based on a Fund ID. Each addressId and peopleId will be unique for the firm and can be used to avoid duplicates.

API Scopes

The following API scopes can access this resouce - investment - audit - smsf_partner

corporateDetails Object

Corporate details will only exist if Trustee Type is equal to Corporate.

KeyData TypeContraints/Description
acnStringACN of company
addressIdStringUniqueID of address for a firm. If address is used for multiple people or companies the id will be the same.
companyIdStringUniqueID of the company for a firm.
corporateNameStringName of Corporate Trustee
countryStringAddress - Country
emailStringemail address if known
phoneStringphone number if known
postcodeStringAddress - Postcode
stateobjectList in ( VIC, NSW, QLD, WA, NSW, ACT, TAS, FOR)
streetLine1StringAddress - Street Line 1
streetLine2StringAddress - Street Line 2
suburbStringAddress - Suburb

trusteeOrDirector Array

KeyData TypeContraints/Description
addressIdStringUniqueID of address for a firm. If address is used for multiple people or companies the id will be the same.
countryStringAddress - Country
dobDateISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
emailStringemail address if known
firstNameStringPerson's first name
lastNameStringPerson's last name
otherNameStringPerson's other/middle names
peopleIdStringUniqueID of person for a firm. If person is used for multiple companies or funds the id will be the same.
phoneStringphone number if known
postcodeStringAddress - Postcode
stateobjectList in ( VIC, NSW, QLD, WA, NSW, ACT, TAS, FOR)
streetLine1StringAddress - Street Line 1
streetLine2StringAddress - Street Line 2
suburbStringAddress - Suburb
titleStringTitle if known

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"corporateDetails":{"acn":"111111114","addressId":"15043","companyId":"8ad08a1c64ca365e0164ca7f0c190001","corporateName":"Green Corp Pty Ltd","country":"AUSTRALIA","email":null,"phone":null,"postcode":"3187","state":"VIC","streetLine1":"606 Hawthorn Road","streetLine2":"","suburb":"Brighton East"},"trusteeOrDirector":[{"addressId":"2064173","country":"AUSTRALIA","dob":"1904-12-31","email":null,"firstName":"Jack","lastName":"Gold","otherName":null,"peopleId":"8ad08a1c64cad9870164cb23221b0009","phone":null,"postcode":"3187","state":"VIC","streetLine1":"606 Hawthorn Road","streetLine2":"","suburb":"Brighton East","title":null},{"addressId":"2064174","country":"AUSTRALIA","dob":"1905-01-01","email":null,"firstName":"Tim","lastName":"Gold","otherName":null,"peopleId":"8ad08ac564ce80b80164ce86a2a60001","phone":null,"postcode":"3187","state":"VIC","streetLine1":"606 Hawthorn Road","streetLine2":"","suburb":"Brighton East","title":null}],"trusteeType":"Corporate"}