ProjectBudgetCycle

One run of a budget: the window it covers and how much of the budget it has used.

  • closing_date
    Type: string | null Format: date
    required

    Last day the cycle counts, or null when the budget never resets and the project is open-ended.

  • consumed_amount
    Type: string
    required

    How much of the budget this cycle has used, as a decimal string, in the same unit as the budget amount.

  • consumed_percentage
    Type: integer
    required

    How much of the budget this cycle has used, as a whole percentage. Exceeds 100 once the budget is over.

  • opening_date
    Type: string Format: date
    required

    First day the cycle counts.