Report - Contribution Breakdown

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

The Contribution Breakdown Report provides a detailed summary view of all member contribution accounts for the period. The report will detail:

  • Member, date of birth and age;
  • Each member and their contributions for the year (concessional, non-concessional, other, reserves);
  • Contribution caps for concessional, non-concessional and the three year non-concessional bring forward amounts if triggered;
  • Complete transaction list of all contributions for all members
  • Contribution totals for all members;
  • A SuperStream column allowing you to compare member contribution ledger data with actual SuperStream data.
  • Employer shown in SuperStream data column The report can also be used to reconcile the total contribution amount for the fund appearing in account 24200 in the operating statement.

API Scopes

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

Response

KeydatatypeConstraints/description
membersArraySee Members array below
totalConcessionalForAllMembersnumber
membersobjectsee below
totalNon-concessionalForAllMembersnumber
totalOtherForAllMembersnumber
totalReservesForAllMembersnumber
totalContributionsForAllMembersnumber

Members object

KeydatatypeConstraints/description
ageArrayMember's Age as at start of Financial Year
dobDateFormat = yyyy-MM-dd
firstNameStringPerson’s first name
lastNameStringPerson’s first name
downsizerAmountnumberThe Downsizer Contributions recorded for the member for the Financial Year
downsizerCapnumberThe Downsizer Contributions Cap for the member for the Financial Year
nonConcessionalCapnumberThe Non-Concessional Contributions Cap for the member for the Financial Year
openingDownsizernumberThe total Downsizer Contributions made in prior Financial Years
otherNamestringPerson’s other/middle names.
peopleIdstringUniqueID of person for a firm.
contactIdStringUniqueID of person is used for a company
totalConcessionalnumberThe total Concessional Contributions recorded for the member for the Financial Year
totalNonConcessionalnumberThe total Non-Concessional Contributions recorded for the member for the Financial Year
totalOthernumberThe Other contributions recorded for the member for the Financial Year
totalReservesnumberThe contributions which have been allocated to a reserve recorded for the member for the Financial Year
totalSuperstreamConcessionalnumberThe total Concessional Contributions received via SuperStream the member for the Financial Year
totalSuperstreamNonConcessionalnumberThe total Non-Concessional Contributions received via SuperStream the member for the Financial Year
tsbOfPriorFYnumberThe Total Super Balance of the person as at 30 June of the previous Financial Year. Note this is only as accurate as the data within Simple Fund 360 and may not contain data about non-SMSFs
contributionCapSummaryArraysee below
nccBringForwardCapObjectsee below
membersArraySee below
superStreamArraysame as ledgerData array

contributionCapSummary Array

KeydatatypeConstraints/description
contributionTypestringList from (Concessional, Non-Concessional, Downsizer)
capEndDatedateformat = yyyy-MM-dd
contributionsnumberThe total Contributions recorded for the member for the Financial Year
capnumberThe Contributions Cap for the member for the Financial Year
currentPositionAmountnumber0 will indicate the member is at their limit, a positive number will be how much they are over their cap and a negative number will be how much is remaining in the cap
currentPositionLabelstringList from (UnderCap, OverCap, AtLimit, TSBOverTBC)

nccBringForwardCap Object

KeydatatypeConstraints/description
bringForwardCaparrayCurrent Bring forward Cap for the member for the Financial Year
bringForwardTriggeredYeardateformat = yyyy. The Financial Year for the total Non-Concessional Cap has triggered the Bring Forward Rule
Year1dateThe Financial Year 3 years ago
year1AmountnumberThe total Non-Concessional Contributions recorded for the member for the Financial Year 3 years ago
Year2dateThe Financial Year 2 years ago
year2AmountnumberThe total Non-Concessional Contributions recorded for the member for the Financial Year 2 years ago
Year3DateThe Previous Financial Year
year3AmountnumberThe total Non-Concessional Contributions recorded for the member for the previous Financial Year
Year4DateThe Current Financial Year
year4AmountnumberThe total Non-Concessional Contributions recorded for the member for the Financial Year
totalAmountnumberThe total Non-Concessional Contributions recorded for the member for Bring Forward Period
currentPositionLabelstringFrom List (UnderCap, OverCap , AtLimit, TSBOverTBC)

ledgerData array

KeydatatypeConstraints/description
datedateThe date of the transaction or SuperStream data
descriptionstringThe Transaction Description
contributionTypestringThe SuperStream Contribution Type
concessionalnumberThe amount of the contribution classified as Concessional
non-concessionalnumberThe amount of the contribution classified as Non-Concessional
othernumberThe amount of the contribution classified as an Other Contribution
reservesnumberThe amount of the contribution allocated to Reserves

Request Params

KeyDatatypeRequiredDescription
financialYearstring[REQUIRED] The Financial Year of the report. Expected format : yyyy

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

"{\n  \"Members\": [\n    {\n      \"age\": \"65\",\n      \"concessional\": 25000,\n      \"dob\": \"1947-11-09\",\n      \"firstName\": \"John\",\n      \"lastName\": \"Jones\",\n      \"downsizerAmount\": 0,\n      \"downsizerCap\": 300000,\n      \"nonConcessional\": 0,\n      \"nonConcessionalCap\": 100000,\n      \"openingDownsizer\": 0,\n      \"otherName\": null,\n      \"otherContributions\": -100000,\n      \"contactId\": \"8ad08aec5eb73bcf015eb777cf160004\",\n      \"totalSuperBalance\": 1054829.34,\n      \"totalConcessional\": 45823.33,\n      \"totalNon-concessional\": null,\n      \"totalOther\": null,\n      \"totalReserves\": null,\n      \"totalSuperstreamConcessional\": 45823.33,\n      \"totalSuperStreamNon-concessional\": null,\n      \"totalSuperStreamOther\": null,\n      \"totalSuperStreamReserves\": null,\n      \"tsbOfPriorFY\": 778880.59,\n      \"contributionCapSummary\": [\n        {\n          \"contributionType\": \"Concessional\",\n          \"capEndDate\": \"2018-06-30\",\n          \"contributions\": 45823.33,\n          \"cap\": 500000,\n          \"currentPositionAmount\": 21784.36,\n          \"currentPositionLabel\": \"Below Cap\"\n        },\n        {\n          \"contributionType\": \"Non-Concessional\",\n          \"capEndDate\": \"2017-06-30\",\n          \"contributions\": 45823.33,\n          \"cap\": 540000,\n          \"currentPositionAmount\": 21784.36,\n          \"currentPositionLabel\": \"Below Cap\"\n        }\n        {\n          \"contributionType\": \"Non-Concessional\",\n          \"capEndDate\": \"2019-06-30\",\n          \"contributions\": 45823.33,\n          \"cap\": 380000,\n          \"currentPositionAmount\": 21784.36,\n          \"currentPositionLabel\": \"Below Cap\"\n        }\n      ],\n      \"nccBringForwardCap\":\n        {\n          \"bringForwardCap\": \"N/A\",\n          \"bringForwardTriggeredYear\": 2017,\n          \"Year1\": \"2015\",\n          \"year1Amount\": 50000,\n          \"Year2\": \"2016\",\n          \"year2Amount\": 50000,\n          \"Year3\": \"2017\",\n          \"year3Amount\": 50000,\n          \"Year4\": \"2018\",\n          \"year4Amount\": 50000,\n          \"totalAmount\": 21784.36,\n          \"currentPositionLabel\": \"Below Cap\"\n        },\n      \"ledgerData\": [\n        {\n          \"date\": \"2018-11-09\",\n          \"description\": \"QUICKSPR42409 QUICKSUPER BGL\",\n          \"contributionType\": \"Employer\",\n          \"concessional\": 45823.33,\n          \"non-concessional\": null,\n          \"other\": null,\n          \"reserves\": null\n        },\n        {\n          \"date\": \"2018-11-10\",\n          \"description\": \"QUICKSPR3333 QUICKSUPER BGL\",\n          \"contributionType\": \"Gov Co Contribution\",\n          \"concessional\": null,\n          \"non-concessional\": null,\n          \"other\": 150,\n          \"reserves\": null\n        }\n      ],\n      \"superStreamData\": [\n        {\n          \"date\": \"2018-11-09\",\n          \"description\": \"Employer\",\n          \"contributionType\":\"Employer\",\n          \"concessional\": 45823.33,\n          \"non-concessional\": null,\n          \"other\": null,\n          \"reserves\": null,\n          \"employer\": \"Music Inc\"\n        },\n        {\n          \"date\": \"2018-11-10\",\n          \"description\": \"Gov Co Contribution\",\n          \"concessional\": null,\n          \"non-concessional\": null,\n          \"other\": 150,\n          \"reserves\": null\n        }\n      ],\n      \"totals\": [\n        {\n          \"contributionType\": \"Employer\",\n          \"amount\": 45823.33\n        },\n        {\n          \"contributionType\": \"Gov Co Contribution\",\n          \"amount\": 150\n        }\n      ]\n    }\n  ],\n  \"unallocated\": [\n     {\n        \"firstName\": \"Mary\",\n        \"lastName\": \"Jones\",\n        \"superStreamData\": [\n          {\n             \"date\": \"2019-07-02\",\n             \"description\": null,\n             \"contributionType\": \"Employer\",\n             \"concessional\": 719.29,\n             \"nonConcessional\": null,\n             \"other\": null,\n             \"reserves\": null,\n             \"employer\": \"Music Inc\"\n          }\n        ]\n     }\n  ],\n  \"financialYear\": 2018,\n  \"fundId\": \"8ad08bf35f7b8296015fb8492dca00e9\",\n  \"totalConcessionalForAllMembers\": 45823.33,\n  \"totalNon-concessionalForAllMembers\": null,\n  \"totalOtherForAllMembers\": null,\n  \"totalReservesForAllMembers\": null,\n  \"totalContributionsForAllMembers\": null\n}"