Skip to main content
project
object
time
Duration · object

Total time spent on the project.

Example:
{
"value": 128,
"iso": "P5DT8H",
"unit": "hour"
}
spent
Price · object

Standard price value of all time spent on the project.

progress
number

Current total progress percentage for the project.

Must be a multiple of 0.01
totalInvoiced
Price · object

Total amount invoiced to the client for this project.

managementOutstanding
Price · object

Equal to Spent - TotalInvoiced. In other words, is equal to the standard price value of all uninvoiced time spent on the project.

currentOverrun
Price · object

Standard price value of the current budget overrun.

estimatedOverrun
Price · object

Standard price value of the planned total budgeted overrun.

price
Price · object

Price for this project (estimated based on initial time estimate for time and materials contracts).

currentRecoveryRate
number

Ratio between (accounting) Revenue and (financials) Spent.

Required range: x >= 0Must be a multiple of 0.01
initialRecoveryRate
number

Ratio between Price and InitialBudget.

Required range: x >= 0Must be a multiple of 0.01
estimatedRecoveryRate
number

Ratio between Price and RevisedBudget.

Required range: x >= 0Must be a multiple of 0.01
currentDiscount
Price · object

Ratio of the total discount already "spent".

discountedSpent
Price · object

Equal to Spent - CurrentDiscount.

spentToComplete
Price · object

Budget remaining (amount). Equal to RevisedBudget - Spent.

timeToComplete
Duration · object

Time budget remaining.

Example:
{
"value": 128,
"iso": "P5DT8H",
"unit": "hour"
}