-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove note from mapping for BT-157-LotsGroup once new SDK is released #121
Comments
The same will apply to BT-156: GroupFrameworkMaximumValueAmount and BT-1561: GroupFrameworkReestimatedValueAmount the former of which is currently mapped to |
In OCDS 1.2 we resolved these issues by introducing |
Looking at this again these fields all appear in the Notice Result section so they only appear once an award has happened. The pre-award/tender version of BT-156 is BT-157 (Group Framework Estimated Maximum Value) and for BT-118 it's BT-271 (Framework Maximum Value). So BT-157 and BT-271 should have the
The 4 that appear in Notice Result are another example of aggregated values, like BT-161 which we've discarded, so should these 4 just be discarded too? A complication is that the Framework values (BT-118, BT-1118, BT-156, BT-1561) that appear in the Notice Result can all be withheld from publication, which the Framework Values (BT-157, BT-271) in |
It looks like these (plus BT-161-NoticeResult and some currency and ID fields) are the only NoticeResult fields (along with their withheld publication fields). I'm not entirely sure why they exist in eForms. Let's assume for now that they can be derived from BT-660-LotResult and BT-709-LotResult. |
guidance.yaml has been updated so I'm closing this issue |
Moving discussion from https://github.com/open-contracting-extensions/ocds_techniques_extension/pull/8/files#r1213391693 Ok, so I think:
|
I created this issue on the eForms SDK: OP-TED/eForms-SDK#523 |
That all sounds good, I've updated the guidance.yaml accordingly. So this means that we don't need to add |
The linked eForms-SDK issue has been updated, and the issue we identified will be addressed in 1.10 (currently were 1.7). |
I've updated the title to reflect what remains to be done here. Obviously, we'll check that the issue is actually addressed in SDK 1.10! |
Just a note that it is not in 1.10. Edit: Or 1.11. |
The upgrade to 1.3.0 has introduced BT-1118, the OverallApproximateFrameworkContractsAmount. This now sits in the same parent field as BT-118, the OverallMaximumFrameworkContractAmount. Based on the example xml can_24_maximal.xml both of these values can exist in the same notice and can be different values.
We'd mapped BT-118 to
techniques.frameworkAgreement.value
. The definition ofvalue
in this extension is "The total upper estimated value of the framework agreement.". The use of "upper" here could be read as a synonym for "Maximum", but the use of "estimated" can be read as a synonym for "Approximate".Regardless if we want both values to be retained in OCDS we'll need a new field. Either
.estimatedValue
which BT-1118 will map to leaving.value
for BT-118. Or.maximumValue
which BT-118 will map to leaving.value
for BT-1118. @jpmckinney any preference?The text was updated successfully, but these errors were encountered: