project
object
time
object | null

Total time spent on the project.

spent
object | null

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
object | null

Total amount invoiced to the client for this project.

managementOutstanding
object | null

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

currentOverrun
object | null

Standard price value of the current budget overrun.

estimatedOverrun
object | null

Standard price value of the planned total budgeted overrun.

price
object | null

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
object | null

Ratio of the total discount already "spent".

discountedSpent
object | null

Equal to Spent - CurrentDiscount.

spentToComplete
object | null

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

timeToComplete
object | null

Time budget remaining.