Member Details

GET {{baseUrl}}/sf/funds/:fundId/members?financialYear={{financialYear}}

Allows you to retrieve a List of members for the fund, a list of accounts which they have and the account balances at the start and end of the Financial Year.

API Scopes

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

Entities Supported

The following entityTypes are suppoprted - SMSF

Account Details

KeyData TypeConstraints/Description
accountDescriptionStringFreeform description of pension entered by the user
accountPhaseObjectAccumulation or RetirementPhase
accountTypeObjectAccumulation or Pension. A TRIS will always be regarded as a Pension for this field.
closingBalanceAt30JunenumberAccount Balance as at June 30 for the Financial Year requested
commencementConditionOfReleaseConditionOfReleasesee below
conditionOfReleaseFromTRISRetireConditionOfReleasesee below
conversionConditionOfReleaseConditionOfReleasesee below
conversionDateStringDate pension was converted to an ABP
conversionDateFromTRISRetireDateDate pension was converted from a TRIS to a TRIS (Retirement Phase)
endDateDateIf account has been closed then then date is returned
lastPensionTypeStringIf pension was converted to an ABP the previous pension type id displayed here.
lastPensionTypeFromTRISRetireStringText
memberCodeStringMember Code of Member Account
openingBalanceAt1JulyNumberAccount Balance as at 1st July for the Financial Year requested
pensionTypeObjectList in (Accumulation = null, Account Based Pension = AccountBasedPension, Market Linked Pension = MarketLinkedPension, TRIS (Retirement Phase) = TRISRetirementPhase, Transition to Retirement Pension = TransitionToRetirement, Allocated Pension = AllocatedPension, Complying Pension = ComplyingPension)
startDateDateThe date the member account commenced in the fund
taxFreeProportionNumberThe tax free percentage of the member's account balance will display. This amount is automatically calculated based on the taxable and tax free components of the member's balances upon pension commencement.

ConditionOfRelease

KeyDescription
Age65Attaining Age 65
RetirementRetirement
TMConditionTerminal Medical Condition
PIPermanent Incapacity
CGCompassionate Grounds
DeathDeath
SFHSevere Financial Hardship
TITemporary Incapacity
Account Details will repeat for each member account the person has

Person Details

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
tfnStringwill return 'Provided' or 'Not Provided'
titleStringTitle if known

Request Params

KeyDatatypeRequiredDescription
financialYearstringRequired

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

[{"accounts":[{"accountDescription":"Accumulation","accountPhase":"Accumulation","accountType":"Accumulation","closingBalanceAt30June":850,"commencementConditionOfRelease":null,"conditionOfReleaseFromTRISRetire":null,"conversionConditionOfRelease":null,"conversionDate":null,"conversionDateFromTRISRetire":null,"endDate":null,"lastPensionType":null,"lastPensionTypeFromTRISRetire":null,"memberCode":"JONJOH00003A","openingBalanceAt1July":0,"pensionType":null,"startDate":"2015-07-01","taxFreeProportion":null}],"addressId":"1759059","country":"AUSTRALIA","dateOfDeath":null,"dob":"1947-11-09","email":null,"firstName":"John","gender":"MALE","lastName":"Jones","mobile":null,"otherName":null,"peopleId":"8ad08aec5eb73bcf015eb777cf160004","phone":null,"postCode":"3187","state":"VIC","streetLine1":"Suite 2","streetLine2":"606 - 608 Hawthorn Road","suburb":"Brighton East","tfn":"Provided","title":null}]