-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from open-contracting-extensions/233_foreignSu…
…bsidyMeasure_bids add Bid.foreignSubsidyMeasures field and codelist
- Loading branch information
Showing
4 changed files
with
53 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Code,Title,Description | ||
fsr-adm-clos,"Notification submitted, administrative closure of FSR preliminary review procedure","The Commission conducted its preliminary review procedure and did not issue a decision before the end of the time limit prescribed by the Foreign Subsidies Regulation (FSR). The FSR procedure ended, and the Buyer can award the contract to the tenderer that submitted the notification." | ||
fsr-commit,"Notification submitted, decision with commitments","The Commission conducted its in-depth investigation and concluded that there are distortive foreign subsidies, but the tenderer provided commitments that remedy the distortion. The Buyer can award the contract to the tenderer that was under in-depth investigation." | ||
fsr-irregul,"Notification submitted, decision on irregular tender or request to participate","The Commission conducted a preliminary review and found that the notification was incomplete, and requested more information from the economic operator who did not comply. The Commission declared the tender or request to participate irregular and requests the Buyer to reject the tender or request to participate." | ||
fsr-meat,"Declaration submitted, standard MEAT award","The Commission has started an in-depth investigation on the tenderer. However, this tenderer did not submit the most economically advantageous tender (MEAT). There was another tenderer who submitted a declaration and MEAT. The Commission did not open an in-depth investigation against that tenderer. Therefore, the Buyer can award the contract to that tenderer with the MEAT." | ||
fsr-no-obj,"Notification submitted, decision with no objection","The Commission conducted its in-depth investigation and concluded that there is no distortion, the Buyer can award the contract to the tenderer that was under in-depth investigation, the Foreign Subsidies Regulation procedure is closed." | ||
fsr-proh,"Notification submitted, decision prohibiting the award","The Commission conducted its in-depth investigation and concluded that there are distortive foreign subsidies. Therefore, it issued a decision to the Buyer prohibiting the award to the tenderer that was under in-depth investigation." | ||
fsr-stand,"Declaration submitted, standard award procedure","A tenderer submitted a declaration to the Commission, but the Commission did not open an in-depth investigation. Therefore, the Buyer can award the contract to the tenderer that submitted that declaration." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,17 +20,20 @@ | |
"+milestoneType.csv", | ||
"+partyRole.csv", | ||
"+relatedProcessScheme.csv", | ||
"foreignSubsidyMeasures.csv", | ||
"sources.csv" | ||
], | ||
"contactPoint": { | ||
"name": "Open Contracting Partnership", | ||
"email": "[email protected]" | ||
}, | ||
"testDependencies": [ | ||
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_submissionTerms_extension/master/extension.json", | ||
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_lots_extension/master/extension.json", | ||
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_bid_extension/master/extension.json", | ||
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_document_publisher_extension/master/extension.json", | ||
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_exclusionGrounds_extension/master/extension.json", | ||
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_selectionCriteria_extension/master/extension.json" | ||
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_location_extension/master/extension.json", | ||
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_lots_extension/master/extension.json", | ||
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_selectionCriteria_extension/master/extension.json", | ||
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_submissionTerms_extension/master/extension.json" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters