ProjectBudgetCycle
One run of a budget: the window it covers and how much of the budget it has used.
- closingType: string | null Format: date
_date requiredLast day the cycle counts, or
nullwhen the budget never resets and the project is open-ended. - consumedType: string
_amount requiredHow much of the budget this cycle has used, as a decimal string, in the same unit as the budget
amount. - consumedType: integer
_percentage requiredHow much of the budget this cycle has used, as a whole percentage. Exceeds 100 once the budget is over.
- openingType: string Format: date
_date requiredFirst day the cycle counts.