Direct Integration API icon

Direct Integration API

(0 reviews)

OtherIncome

Sample Request

{
    "Package": {
        "Content": {
            "Application": {
                "OtherIncome": [
                    {
                        "PercentOwned": {
                            "Owner": {
                                "@Percent": "100",
                                "@x_Party": "bbcc2a6dde95"
                            },
                            "@Proportions": "Equal"
                        },
                        "@Amount": "1234",
                        "@Frequency": "Fortnightly",
                        "@SequenceNumber": "0",
                        "@Type": "Dividends",
                        "@UniqueID": "a154c478ea2d",
                        "@GovernmentBenefitsType": "Accident Compensation"
                    }
                ]
            }
        }
    }
}

Field NameDescriptionTypePathRequiredEnumerationsNote
OtherIncomeCaptures information about income earned by the applicants that is not captured under the Employment element for Person Applicants or Income elements for Company and Trust ApplicantsarrayPackage.Content.Application.OtherIncome
@AmountThe gross amount of income received in the period specified for the income itemnumberPackage.Content.Application.OtherIncome.AmountYesMandatory, if other income exists in request
@FrequencyThe frequency at which the applicant is receiving other income gross amountstringPackage.Content.Application.OtherIncome.FrequencyYesFortnightly,Monthly,Weekly,YearlyMandatory, if other income exists in request
@GovernmentBenefitsTypeWhere the applicant has indicated government benefits as an income source, the type of benefits should be captured. Such as family, unemployed or widow's allowancestringPackage.Content.Application.OtherIncome.GovernmentBenefitsTypeAccident Compensation,Child Support,Family Allowance,Invalid Benefits,Other,Parenting Payment,Sickness Benefits,Sole Parent Support,Widows Allowance,Working for Families
@TypeThe type of income described by the income itemstringPackage.Content.Application.OtherIncome.TypeYesAnnuities,Board,Child Maintenance,Dividends,Foreign Sourced,Government Benefits,Interest Income,Other Income,Private Pension,Superannuation,Untaxed Allowable IncomeMandatory, if other income exists in request
@UniqueIDSystem assigned unique identifierstringPackage.Content.Application.OtherIncome.UniqueIDYesMandatory, if other income exists in request
PercentOwnedAn income item may be owned by one or more parties, typically the applicants, so there may be more than one owner referenced. An income item may also be partially owned by a non-applicant, such as an applicant's spouse, in which case the third party owner may be referenced, or less than 100% ownership of the income may be assignedobjectPackage.Content.Application.OtherIncome.PercentOwnedYesMandatory, if other income exists in request
@ProportionsFlag to indicate whether the ownership proportions are equal across all owners, specified individually for each one, or not specifiedstringPackage.Content.Application.OtherIncome.PercentOwned.ProportionsYesEqual,Specified,Not SpecifiedMandatory, if other income exists in request
OwnerContainer that associates a reference to an owner or other responsible party with the percentage of the item that they own or are responsible forobjectPackage.Content.Application.OtherIncome.PercentOwned.OwnerYesMandatory, if other income exists in request
@PercentCaptures the percentage of the item that referenced party owns or is responsible fornumberPackage.Content.Application.OtherIncome.PercentOwned.Owner.PercentYesMandatory, if other income exists in request
@x_PartyContains a reference to a party that is an owner of the item, or has a similar relationship such as a borrower or beneficiarystringPackage.Content.Application.OtherIncome.PercentOwned.Owner.x_PartyYesMandatory, if other income exists in request

Reviews