Skip to main content

DayCareBudgetPlan

The budget plan of the daycare benefits

type DayCareBudgetPlan implements BenefitBudgetPlan, WithInvestmentCosts {
budget: Float!
compensationSurchargeTotal: Float!
costs: Float!
daycareTotal: Float!
investmentCostPercentage: Int
investmentCosts: Float!
remainingBudget: Float!
trainingLevyTotal: Float!
}

Fields

DayCareBudgetPlan.budget ● Float! non-null scalar

The predefined budget for the daycare benefits

DayCareBudgetPlan.compensationSurchargeTotal ● Float! non-null scalar

Sum of all compensation surcharge benefit §43b costs.

DayCareBudgetPlan.costs ● Float! non-null scalar

Sum of all benefits costs (daycare and compensation surcharge) including the training levy.

DayCareBudgetPlan.daycareTotal ● Float! non-null scalar

Sum of all daycare benefit §41 costs.

DayCareBudgetPlan.investmentCostPercentage ● Int scalar

The investment percentage for the budget plan. Investment percentage is a value between 0 and 100. Investment percentage is optional. It's always calculated from the budget plan's total costs and added to the private part of the invoice.

DayCareBudgetPlan.investmentCosts ● Float! non-null scalar

The investment costs for the budget plan. Investment costs are calculated from the budget plan's total costs and added to the private part of the invoice. Always 0 if no investment percentage is set.

DayCareBudgetPlan.remainingBudget ● Float! non-null scalar

The remaining budget after all costs

DayCareBudgetPlan.trainingLevyTotal ● Float! non-null scalar

Calculated training levy for the selected daycare benefits.

Interfaces

BenefitBudgetPlan interface

Interface containing all costs as a part of the budget plan of the given benefit group

WithInvestmentCosts interface

Member Of

BudgetPlan object ● DayCareBenefits object