Schema

Scalars

Enums

Objects

Input Objects

BtlApplicant (INPUT OBJECT)

Schema Definition

input BtlApplicant {   # A list of additional income for the applicant, set to empty if none
additionalIncome: [BtlAdditionalIncome!] barclaysPremier: Boolean companyDirectorIncome: CompanyDirectorIncome contractorIncome: ContractorIncome dateOfBirth: Date! email: String expenditure: [BtlExpenditure!]! firstName: String gender: Gender homePhone: String income: BtlIncome lastName: String   # A list of living expenses for the application, set to empty to default to ONS figures. Only provide household expenses for primary applicant.
livingExpenses: [LivingExpenses!] maritalStatus: MaritalStatus middleName: String mobile: String notes: String   # Shows whether applicant owns their main residence.
ownMainResidence: Boolean   # Profit/Loss for properties, required when applicant has properties.
propertyIncome: [Int!] reference: String retirementAge: PositiveInteger   # Gross Annual Retirement Income
retirementIncome: PositiveInteger   # Is current main residence in Scotland?
scotlandMainResidence: Boolean selfEmployedIncome: SelfEmployedIncome taxBand: TaxBand title: String }