Contains numeric values associated with budgetary data.
| Name | Data Type | Description |
|---|---|---|
| ProductionCalculation | ProductionCalculation |
Refer to data type’s documentation for further information |
| MTDBudget | Double |
Budget amount as measured from the beginning of the current month to the end of the current month |
| MTDActual | Double |
Actual amount as measured from the beginning of the current month to the end of the current month |
| YTDBudget | Double |
Budget amount as measured from the beginning of the current year to the end of the current month |
| YTDActual | Double |
Actual amount as measured from the beginning of the current year to the end of the current month |
| PrevYTDActual | Double |
Actual amount as measured from the beginning of the previous year to the end of the month in the previous year that corresponds to the current month |
| YTDHours | Double |
Hours as measured from the beginning of the current year to the end of the current month |
| PTDActual | Double |
Actual amount as measured with no lower bound to the end of the current month |
| AnnualBudget | Double |
Budget amount as measured from the beginning of the current year to the end of the current year |
| PrevTotalActual | Double |
Actual amount as measured from the beginning of the previous year to the end of the previous year |
| TotalActual | Double |
Actual amount as measured from the beginning of the current year to the end of the current year |
| TotalBudget | Double |
Budget amount as measured with no bounds |
| YTDMetric | Double |
Metric amount as measured from the beginning of the current year to the end of the current month |
This object inherits properties from a common abstract base class. As such, not all properties exposed may be applicable.
For historical reasons, the properties TotalActual and TotalBudget share a similar naming convention even though their temporal duration is not synonymous.
Budgetary values are exposed using binary floating point numerics. The justification for utilization of double over decimal is:
double over decimal