-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distinguishing between real and projected costs #322
Comments
CoST's Assurance Manual (page 36) mentions looking at time and cost variations for in-progress projects. |
This issue has come up again in CoST Uganda, so it would be good to agree on an approach here so that implementers have a place to put the projected completion cost. Building on the suggestion above, putting the projected value in cost measurements would look like: {
"costMeasurements": [
{
"id": "1",
"costGroups": [
{
"id": "1",
"costs": [
{
"id": "1",
"value": {
"amount": 1000000,
"currency": "NGN"
}
}
]
}
]
}
]
} |
Does #287 have a way to distinguish projected from real costs? |
Yep, ICMS has a
|
Is this resolved by #287? |
I think the original need is addressed (distinguishing between budgets and projected costs) but since we decided to omit |
Ah, right, and the relevant comment from #287 is #287 (comment):
If we're happy with using dates to determine real vs projections, then I think this issue can be closed? |
Hmm, when I wrote that I was thinking about the subject of the cost measurement (the stages included in the cost measurement) and the timing of the cost measurement (the stage at which the cost measurement was prepared), rather than whether the measured costs are real or projected. I'm not sure that dates are sufficient to determine real vs projected for all cases and I would expect that many cost measurements might include both (real costs so far, projected costs to the end of the cost measurement). For example, a pre-construction forecast might cover both projected construction costs and real costs for site acquisition and the client's administrative, finance, legal and marketing expenses. I suppose that we could add a field so that publishers can declare whether a cost measurement includes real costs, projected costs or both, but ICMS doesn't seem too concerned with making that distinction in structured data so I'm happy to close this issue until we learn of a use case. |
Aha. Re-reading the issue, I'm not sure why I asked about real costs in #322 (comment), so if we resolved the original issue description, I think we can close. |
Sounds good :-) |
Similar to the issue discussed in #140, OC4IDS currently lacks a means to separately publish the budget for a project and the projected cost.
The CoST IDS has the following elements, which have some semantic overlap:
budget/amount
completion/finalValue
According to the following descriptions,
completion/finalValue
can only be used for the actual cost at completion:completion
completion/finalValue
CoST West Lombok capture the project budget and the projected completion cost as separate data points, and other CoST programmes are likely to do the same.
One possible solution, discussed in #287 (comment), is to update the description of
budget
to preserve the initial value and to capture the projected costs usingcostMeasurements
.Adding to 1.0 milestone to address along with #140.
The text was updated successfully, but these errors were encountered: