Skip to content

CostMetrics

sold_costsobject(Money)required

The total cost associated to the offering at the time the sold snapshot was generated.

actual_costsobject(Money)required

The actual costs associated to the offering at the time the metrics were generated.

estimated_at_completion_costsobject(Money)required

The total cost estimated at the time of offering completion.

estimated_to_completion_costsobject(Money)required

The total cost estimated remaining to the time of offering completion.

{ "sold_costs": { "currency_code": "string", "amount": 0 }, "actual_costs": { "currency_code": "string", "amount": 0 }, "estimated_at_completion_costs": { "currency_code": "string", "amount": 0 }, "estimated_to_completion_costs": { "currency_code": "string", "amount": 0 } }