Skip to main content

debt

A single debt record entered as part of user's fact find

GraphQL Schema

extend type query {
"""A single debt record entered as part of user's fact find"""
debt(userId: ID!, debtId: UUID!): Debt
}

Arguments

NameTypeDescription
userIdID!Unique ID of the user
debtIdUUID!

Response Shape

This query returns Debt

NameTypeDescription
idUUID!Unique ID of the object
productTypeDebtType!
userIdID!Unique ID of the user
owners[Person]
nameString
providerProvider
balanceMoney
repaidMonthlyBoolean
monthlyRepaymentMoney
clearedOnDeathBoolean
arePaymentsUpToDateBoolean
arrearsMoney
isCompleteBoolean!
maturityDateDateCar Loan / Hire Purchase Agreement / Personal Loan / Other
endDateDateLoan
mortgageTypeMortgageTypeMortgage
mortgageYearsLeftIntMortgage
isMainMortgageBooleanMortgage
hasPaymentProtectionInsuranceBooleanMortgage
interestRateMoneyInput
ownerOwnerType
valueMoneyInput
paidOffMonthlyBoolean