Schema

Scalars

Enums

Objects

Input Objects

BtlPropertyCost (INPUT OBJECT)

Represents a property cost for a mortgage

Schema Definition

input BtlPropertyCost {   # Agents Fees (Monthly). Set to 0 if no associated cost
agentsFees: PositiveInteger!   # Ground Rent / Service Charges (Monthly). Set to 0 if no associated cost
groundRentOrServiceCharge: PositiveInteger!   # Property Maintenance (Monthly). Set to 0 if no associated cost
maintenance: PositiveInteger!   # Other Property Costs (Monthly). Set to 0 if no associated cost
other: PositiveInteger!   # Other commitments (Monthly). Set to 0 if no associated cost
rentalFees: PositiveInteger!   # Rental Void Allowance (Monthly). Set to 0 if no associated cost
rentalVoidAllowance: PositiveInteger! }