Schema

Scalars

Enums

Objects

Input Objects

BtlIncome (INPUT OBJECT)

Schema Definition

input BtlIncome {   # Annual Allowances. Please include car, location and shift allowances.
allowanceAnnual: PositiveInteger   # Monthly Bonus (Average 3 Months)
bonusMonthly: PositiveInteger   # Annual Bonus (Last Full Year)
bonusYearOne: PositiveInteger   # Annual Bonus (Year 2)
bonusYearTwo: PositiveInteger   # Commission (Average 3 months). Regular monthly commission, average over last 3 months.
commissionMonthly: PositiveInteger   # Gross Annual Income
grossAnnual: PositiveInteger   # Net monthly income (Calculated if not supplied)
netMonthlyIncome: PositiveInteger   # Monthly Overtime (Average 3 months). Regular monthly overtime, average over last 3 months.
overtimeMonthly: PositiveInteger timeInEmployment: TimeInEmployment }