Schema

Scalars

Enums

Objects

Input Objects

BtlExpenditureType (ENUM)

Schema Definition

enum BtlExpenditureType {   # Building insurance (Monthly)
BUILDING_INSURANCE,    # Buy Now Pay Later Payment (Monthly)
BUY_NOW_PAY_LATER,    # Child Support (Monthly)
CHILD_SUPPORT,    # Nursery & childminding fees (Monthly)
CHILDMINDING_FEES,    # Council Tax (Monthly)
COUNCIL_TAX,    # Credit Card Balance (Total)
CREDIT_CARD_BALANCES,    # Ground Rent or Service Charge (Monthly)
GROUND_RENT_OR_SERVICE_CHARGE,    # Monthly household expenditure including: Utilities, Mobiles, Telephone, TV and Internet, Food & Drink, Clothing, Pets & Medical.
HOUSEHOLD_EXPENSES,    # HP Commitments Payment (Monthly)
HP_COMMITMENTS,    # Contents insurance (Monthly)
INSURANCE,    # Life insurance (Monthly)
LIFE_INSURANCE,    # Secured Loans Payment (Monthly)
SECURED_LOANS,    # Other outgoings (Monthly)
OTHER_OUTGOINGS,    # Overdraft balance (current) (over the last 3 months)
OVERDRAFT_BALANCE,    # Other Deductions after Tax (Monthly)
PAYSLIP_AFTER,    # Other Deductions before Tax (Monthly)
PAYSLIP_BEFORE,    # Pension contributions (Monthly)
PENSION_CONTRIBUTIONS,    # Regular Travel Costs (Monthly)
REGULAR_TRAVEL_COSTS,    # Rental (Monthly)
RENTAL,    # School fees (Monthly)
SCHOOL_FEES,    # Season Ticket Loan (Monthly)
SEASON_TICKET_LOAN,    # Store card balance (Total)
STORE_CARD_BALANCE,    # Student Loans (Monthly)
STUDENT_LOANS,    # Unsecured Loans Payment (Monthly)
UNSECURED_LOANS,  }