Schema

Scalars

Enums

Objects

Input Objects

BtlPropertyCostCase (OBJECT)

Represents a property cost for a mortgage

Schema Definition

type BtlPropertyCostCase {   # Agents Fees (Monthly)
agentsFees: PositiveInteger   # Ground Rent / Service Charges (Monthly)
groundRentOrServiceCharge: PositiveInteger   # Property Maintenance (Monthly)
maintenance: PositiveInteger   # Other Property Costs (Monthly)
other: PositiveInteger   # Other commitments (Monthly)
rentalFees: PositiveInteger   # Rental Void Allowance (Monthly)
rentalVoidAllowance: PositiveInteger }