Schema

Scalars

Enums

Objects

Input Objects

Preference (INPUT OBJECT)

Represents a preference for a mortgage

Schema Definition

input Preference {   # Does the client expect a significant change to their personal circumstances over the duration of the mortgage?
expectChangePersonalCircumstances: Boolean   # Does the client have critical illness cover?
expectCriticalIllnessCover: Boolean   # Does the client have significant savings?
expectHaveSignificantSavings: Boolean   # Does the client expect income to decrease over the duration of the mortgage?
expectIncomeToDecrease: Boolean   # Does the client have existing life assurance policy?
expectLifeAssurance: Boolean   # Does the client expect regular expenditure to increase over the duration of the mortgage?
expectRegularExpenditureToIncrease: Boolean   # Only include lenders with zero fees
freeLenderFees: Boolean   # Does the client expect to leave their employment over the duration of the mortgage?
plansLeaveEmployment: Boolean }