Schema

Scalars

Enums

Objects

Input Objects

BtlPropertyCase (OBJECT)

Schema Definition

type BtlPropertyCase {   # Agency fees for letting
agencyFees: PositiveInteger   # A monthly cost set aside to cover periods when unoccupied
allowanceForRentalVoids: PositiveInteger buyToLet: Boolean   # Council Tax (Monthly)
councilTax: PositiveInteger   # Rent paid in foreign income?
foreignIncome: Boolean   # Gross Rent (Monthly)
grossRent: PositiveInteger   # Ground rent and service charges (Monthly)
groundRentServiceCharge: PositiveInteger   # House in multiple occupation?
hmo: Boolean   # Property maintenance (Monthly)
maintenance: PositiveInteger mortgage: MortgageCase   # Any other monthly costs (Monthly)
otherMonthlyCosts: PositiveInteger usage: BtlPropertyUsage!   # Gas, Electric, Water (Monthly)
utilities: PositiveInteger }