PnlExpenseGroup

Operating-expense report group (e.g. Lease Operating Expense) with its accounts.

  • accounts
    Type: array object[] · PnlRow[]
    required

    One report line — a per-month breakdown plus a period total.

    • byMonth
      Type: object
      required

      Amount per month, keyed by "YYYY-MM" (matching the report's months).

    • id
      Type: string
      required
    • label
      Type: string
      required
    • total
      Type: number
      required
  • name
    Type: string
    required
  • total
    Type: object · PnlRow
    required

    One report line — a per-month breakdown plus a period total.

    • byMonth
      Type: object
      required

      Amount per month, keyed by "YYYY-MM" (matching the report's months).

    • id
      Type: string
      required
    • label
      Type: string
      required
    • total
      Type: number
      required