Reports - Contribution Summary
GET {{baseUrl}}/sf/funds/:fundId/reports/contributionSummary?financialYear={{financialYear}}
The Contribution Summary displays all contribution amounts, contributions cap limits, details of NCC Bring Forward cap if triggered) of all active members for a particular financial year.
API Scopes
The following API scopes can access this resouce
- investment
- audit
- smsf_partner
Response
Key | Data Type | Description |
---|
fundId | String | Id of the fund |
financialYear | Number | Financial year of the contributions |
contributions | List of Contribution | List of contributions |
Contribution
Key | Data Type | Description |
---|
peopleId | String | Id of the person |
contactId | string | Unique Identifier of person in Simple Fund 360 |
firstName | String | First name |
lastName | String | Last name |
birthday | Date | Date of birth |
memberAccountId | Number | Member account ID |
memberAccountCode | String | Member account code |
memberAccountStartDate | Date | Start date of the member account |
memberAccountEndDate | String | End date of the member account. This key will only be returned if an end date is present. |
contributionAccountId | Number | Chart Id of the member's contribution account |
openingDownsizer | Number | Total Downsizer Contributions made until the end of the previous financial year |
downsizerAmount | Number | Downsizer Contributions recorded for the financial year |
downsizerCap | Number | Downsizer Contributions Cap for the financial year |
concessionalContributions | Array | List of Concessional Contributions listed below |
nonConcessionalContributions | Array | List of Non-Concessional Contribution listed below |
totalSuperBalances | Array | List of Total Super Balances listed below |
Concessional Contributions Array
Key | Data Type | Description |
---|
financialYear | Number | Financial year of this concessional contributions |
amount | Number | Concessional Contributions recorded for the financial year |
cap | Number | General Concessional Contributions cap for the financial year |
carryForwardOrigins | Array | Remaining balance of Unused Concessional Contributions cap for each previous financial year |
unusedCap | Number | Unused Amount of Concessional Contributions cap |
cumulativeCarryForward | Number | Total unused cap carried forward (i.e. sum of all the amounts in carryForwardOrigins) |
maxCap | Number | Maximum Concessional Contributions the member is eligible to contribute |
position | Number | Balance to reach/exceeded the maximum Concessional Contributions cap available (i.e. amount - maxCap) |
labels | String[] | Status of the member's Concessional Contributions made (e.g. UnderCap, OverCap, ApproachingCap, AtLimit, CFTriggered) |
Non-Concessional Contribution Array
Key | Data Type | Description |
---|
financialYear | Number | Financial year of this Non-Concessional Contribution |
amount | Number | Non-Concessional Contribution recorded for the financial year |
cap | Number | Non-Concessional Contribution cap for the financial year |
position | Number | Balance to reach/exceeded the Non-Concessional Contribution cap (i.e. amount - cap) |
labels | String[] | Status of the member's Non-Concessional Contribution made (e.g. UnderCap, OverCap, ApproachingCap, AtLimit, BFTriggered) |
bringForwardTriggerYear | Number | Optional. Financial year in which the Bring Forward Rule for member's Non-Concessional Contribution is triggered |
bringForwardOrder | Number | Optional. Financial year order in the bring forward period |
bringForwardCap1 | Number | Optional. Bring Forward cap |
bringForwardDate1 | Date | Optional. Expiry date of the above Bring Forward cap 1 |
bringForwardCap2 | Number | Optional. Only available when the bring forward trigger year is FY2016 and FY2017 |
bringForwardDate2 | Date | Optional. Expiry date of the above Bring Forward cap 2 |
Total Super Balance Array
Key | Data Type | Description |
---|
financialYear | Number | Financial year of this Total Super Balance |
amount | Number | Total Super Balance as at end of the previous financial year. (as at 30/06/2018 if financial year field is 2019) |
Request Params
Key | Datatype | Required | Description |
---|
financialYear | string | | [REQUIRED] The Financial Year of the report. Expected format : yyyy |
`` | null | | |
Key | Datatype | Required | Description |
---|
Authorization | string | | |
RESPONSES
status: OK
{"contributions":[{"birthday":"1970-07-01","concessionalContributions":[{"amount":0,"cap":30000,"carryForwardOrigins":[],"financialYear":2016,"labels":["UnderCap"],"maxCap":30000,"position":-30000,"unusedCap":0},{"amount":0,"cap":30000,"carryForwardOrigins":[],"financialYear":2017,"labels":["UnderCap"],"maxCap":30000,"position":-30000,"unusedCap":0},{"amount":0,"cap":25000,"carryForwardOrigins":[],"financialYear":2018,"labels":["UnderCap"],"maxCap":25000,"position":-25000,"unusedCap":0},{"amount":0,"cap":25000,"carryForwardOrigins":[],"cumulativeCarryForward":0,"financialYear":2019,"labels":["UnderCap","TSBOver500K"],"maxCap":25000,"position":-25000,"unusedCap":25000},{"amount":0,"cap":25000,"carryForwardOrigins":[{"amount":25000,"financialYear":2019}],"cumulativeCarryForward":0,"financialYear":2020,"labels":["UnderCap","TSBOver500K"],"maxCap":25000,"position":-25000,"unusedCap":25000},{"amount":0,"cap":25000,"carryForwardOrigins":[{"amount":25000,"financialYear":2019},{"amount":25000,"financialYear":2020}],"cumulativeCarryForward":0,"financialYear":2021,"labels":["UnderCap","TSBOver500K"],"maxCap":25000,"position":-25000,"unusedCap":25000}],"contributionAccountId":222222386230,"downsizerAmount":0,"downsizerCap":300000,"firstName":"John","lastName":"Jones","memberAccountCode":"JONMAR00016A","memberAccountId":35579,"memberAccountStartDate":"2013-07-01","nonConcessionalContributions":[{"amount":0,"cap":0,"financialYear":2018,"labels":["AtLimit","TSBOverTBC"],"position":0},{"amount":0,"cap":0,"financialYear":2019,"labels":["AtLimit","TSBOverTBC"],"position":0},{"amount":0,"cap":0,"financialYear":2020,"labels":["AtLimit","TSBOverTBC"],"position":0},{"amount":0,"cap":0,"financialYear":2021,"labels":["AtLimit","TSBOverTBC"],"position":0}],"openingDownsizer":0,"peopleId":"8a009e3b4cf98131014cf98be85f0003","totalSuperBalances":[{"amount":2173530.08,"financialYear":2018},{"amount":2180867.32,"financialYear":2019},{"amount":2155750.28,"financialYear":2020},{"amount":2149937.72,"financialYear":2021}]},{"birthday":"1970-07-01","concessionalContributions":[{"amount":0,"cap":30000,"carryForwardOrigins":[],"financialYear":2016,"labels":["UnderCap"],"maxCap":30000,"position":-30000,"unusedCap":0},{"amount":0,"cap":30000,"carryForwardOrigins":[],"financialYear":2017,"labels":["UnderCap"],"maxCap":30000,"position":-30000,"unusedCap":0},{"amount":0,"cap":25000,"carryForwardOrigins":[],"financialYear":2018,"labels":["UnderCap"],"maxCap":25000,"position":-25000,"unusedCap":0},{"amount":0,"cap":25000,"carryForwardOrigins":[],"cumulativeCarryForward":0,"financialYear":2019,"labels":["UnderCap","TSBOver500K"],"maxCap":25000,"position":-25000,"unusedCap":25000},{"amount":0,"cap":25000,"carryForwardOrigins":[{"amount":25000,"financialYear":2019}],"cumulativeCarryForward":0,"financialYear":2020,"labels":["UnderCap","TSBOver500K"],"maxCap":25000,"position":-25000,"unusedCap":25000},{"amount":0,"cap":25000,"carryForwardOrigins":[{"amount":25000,"financialYear":2019},{"amount":25000,"financialYear":2020}],"cumulativeCarryForward":0,"financialYear":2021,"labels":["UnderCap","TSBOver500K"],"maxCap":25000,"position":-25000,"unusedCap":25000}],"contributionAccountId":222222636677,"downsizerAmount":0,"downsizerCap":300000,"firstName":"John","lastName":"Jones","memberAccountCode":"KINSAM00004A","memberAccountId":38744,"memberAccountStartDate":"2013-07-01","nonConcessionalContributions":[{"amount":0,"cap":0,"financialYear":2018,"labels":["AtLimit","TSBOverTBC"],"position":0},{"amount":0,"cap":0,"financialYear":2019,"labels":["AtLimit","TSBOverTBC"],"position":0},{"amount":0,"cap":0,"financialYear":2020,"labels":["AtLimit","TSBOverTBC"],"position":0},{"amount":0,"cap":0,"financialYear":2021,"labels":["AtLimit","TSBOverTBC"],"position":0}],"openingDownsizer":0,"peopleId":"8a009fa04d0e810e014d1c11f6610001","totalSuperBalances":[{"amount":2198407.8,"financialYear":2018},{"amount":2378777.45,"financialYear":2019},{"amount":2585856.52,"financialYear":2020},{"amount":2556059.19,"financialYear":2021}]},{"birthday":"1947-08-02","concessionalContributions":[{"amount":0,"cap":25000,"carryForwardOrigins":[{"amount":0,"financialYear":2019}],"cumulativeCarryForward":0,"financialYear":2020,"labels":["UnderCap","TSBOver500K"],"maxCap":25000,"position":-25000,"unusedCap":25000},{"amount":0,"cap":25000,"carryForwardOrigins":[{"amount":0,"financialYear":2019},{"amount":25000,"financialYear":2020}],"cumulativeCarryForward":0,"financialYear":2021,"labels":["UnderCap","TSBOver500K"],"maxCap":25000,"position":-25000,"unusedCap":25000}],"contributionAccountId":222241748024,"downsizerAmount":0,"downsizerCap":300000,"firstName":"Mary","lastName":"Jones","memberAccountCode":"JONMAR30022A","memberAccountId":173757,"memberAccountStartDate":"2019-07-01","nonConcessionalContributions":[{"amount":0,"cap":0,"financialYear":2020,"labels":["AtLimit","TSBOverTBC"],"position":0},{"amount":0,"cap":0,"financialYear":2021,"labels":["AtLimit","TSBOverTBC"],"position":0}],"openingDownsizer":0,"peopleId":"8a009ec44d0e83ba014d1c144e0d0003","totalSuperBalances":[{"amount":1881474.32,"financialYear":2020},{"amount":1843837.5,"financialYear":2021}]}],"financialYear":2021,"fundId":"8a009eba4dae37f3014db1c695380002","fundName":"The BGL Training Fund"}