Skip to content

Commit

Permalink
Merge pull request #263 from ProzorroUKR/epam-tender-config
Browse files Browse the repository at this point in the history
[EPAM] Tender config
  • Loading branch information
smithumble committed Aug 28, 2024
2 parents dacb9c0 + 371e2a1 commit 0d54d50
Show file tree
Hide file tree
Showing 19 changed files with 1,093 additions and 0 deletions.
48 changes: 48 additions & 0 deletions codelists/tender/tender_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,54 @@
"name_en": "Selection with pre-qualified participants",
"description_en": "The parameter that determines the presence or absence of the preliminary stage of the qualification selection of participants in the procurement"
},
"hasValueEstimation": {
"name_uk": "Очікувана вартість ТАК/НІ",
"description_uk": "Параметр, що визначає наявність або відсутність у закупівлі очікуваної вартості",
"name_en": "Expected value YES/NO",
"description_en": "The parameter that determines the presence or absence of the expected value in the procurement"
},
"hasQualificationComplaints": {
"name_uk": "Оскарження результатів кваліфікації",
"description_uk": "Параметр, що визначає наявність або відсутність у закупівлі оскарження (звернення до АМКУ за допомогою скарги) результатів проведення кваліфікації учасників",
"name_en": "Appeal of the qualification results",
"description_en": "The parameter that determines the presence or absence of an appeal (appeal to the AMCU by means of a complaint) of the results of the qualification of participants in the procurement"
},
"tenderComplainRegulation": {
"name_uk": "Кількість днів між кінцевою датою оскарження умов та кінцевим строком подання пропозицій",
"description_uk": "Параметр, що визначає кінцеву дату періоду оскарження умов тендерної документації у відповідності до кінцевого строку подання тендерних пропозицій",
"name_en": "The number of days between the final date for contesting the terms and the deadline for submitting proposals",
"description_en": "The parameter that determines the final date of the period for contesting the terms of the tender documentation in accordance with the deadline for submitting tender offers"
},
"qualificationComplainDuration": {
"name_uk": "Тривалість оскарження результатів кваліфікації",
"description_uk": "Параметр, що визначає тривалість періоду оскарження результатів проведення кваліфікації учасників",
"name_en": "The duration of appealing the qualification results",
"description_en": "The parameter that determines the duration of the period for appealing the results of participant qualification"
},
"awardComplainDuration": {
"name_uk": "Тривалість оскарження результатів визначення переможця",
"description_uk": "Параметр, що визначає тривалість періоду оскарження результатів визначення переможця",
"name_en": "The duration of contesting the results of determining the winner",
"description_en": "The parameter that determines the duration of the period for contesting the results of determining the winner"
},
"cancellationComplainDuration": {
"name_uk": "Тривалість оскарження відміни закупівлі",
"description_uk": "Параметр, що визначає тривалість періоду оскарження рішення про відміну замовником закупівлі або лоту",
"name_en": "Duration of the appeal against the cancellation of the purchase",
"description_en": "The parameter that determines the duration of the appeal period for the customer's decision to cancel the purchase or lot"
},
"clarificationUntilDuration": {
"name_uk": "Кількість днів для надання пояснень на звернення",
"description_uk": "Параметр, який встановлює кількість днів для надання відповіді замовником на звернення",
"name_en": "The number of days to provide explanations for the request",
"description_en": "The parameter that sets the number of days for the customer to respond to the request"
},
"qualificationDuration": {
"name_uk": "Тривалість кваліфікації",
"description_uk": "Параметр, який встановлює тривалість періоду кваліфікації учасників",
"name_en": "Qualification duration",
"description_en": "The parameter that sets the duration of the participants' qualification period"
},
"restricted": {
"name_uk": "Обмежений доступ",
"description_uk": "Параметр, що визначає наявність або відсутність обмеження публічного доступу до структури даних",
Expand Down
58 changes: 58 additions & 0 deletions data_model/schema/TenderConfig/aboveThreshold.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,56 @@
],
"default": true
},
"hasValueEstimation": {
"type": "boolean",
"enum": [
true
],
"default": true
},
"hasQualificationComplaints": {
"type": "boolean",
"enum": [
false
],
"default": false
},
"tenderComplainRegulation": {
"type": "integer",
"minimum": 3,
"maximum": 3,
"default": 3
},
"qualificationComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"awardComplainDuration": {
"type": "integer",
"minimum": 5,
"maximum": 5,
"default": 5
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"clarificationUntilDuration": {
"type": "integer",
"minimum": 3,
"maximum": 3,
"default": 3
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +140,14 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"hasValueEstimation",
"hasQualificationComplaints",
"tenderComplainRegulation",
"qualificationComplainDuration",
"awardComplainDuration",
"cancellationComplainDuration",
"clarificationUntilDuration",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
58 changes: 58 additions & 0 deletions data_model/schema/TenderConfig/aboveThresholdEU.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,56 @@
],
"default": true
},
"hasValueEstimation": {
"type": "boolean",
"enum": [
true
],
"default": true
},
"hasQualificationComplaints": {
"type": "boolean",
"enum": [
true
],
"default": true
},
"tenderComplainRegulation": {
"type": "integer",
"minimum": 4,
"maximum": 4,
"default": 4
},
"qualificationComplainDuration": {
"type": "integer",
"minimum": 5,
"maximum": 5,
"default": 5
},
"awardComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"clarificationUntilDuration": {
"type": "integer",
"minimum": 3,
"maximum": 3,
"default": 3
},
"qualificationDuration": {
"type": "integer",
"minimum": 20,
"maximum": 20,
"default": 20
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +140,14 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"hasValueEstimation",
"hasQualificationComplaints",
"tenderComplainRegulation",
"qualificationComplainDuration",
"awardComplainDuration",
"cancellationComplainDuration",
"clarificationUntilDuration",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
58 changes: 58 additions & 0 deletions data_model/schema/TenderConfig/aboveThresholdUA.defense.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,56 @@
],
"default": true
},
"hasValueEstimation": {
"type": "boolean",
"enum": [
true
],
"default": true
},
"hasQualificationComplaints": {
"type": "boolean",
"enum": [
false
],
"default": false
},
"tenderComplainRegulation": {
"type": "integer",
"minimum": 2,
"maximum": 2,
"default": 2
},
"qualificationComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"awardComplainDuration": {
"type": "integer",
"minimum": 4,
"maximum": 4,
"default": 4
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"clarificationUntilDuration": {
"type": "integer",
"minimum": 3,
"maximum": 3,
"default": 3
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +140,14 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"hasValueEstimation",
"hasQualificationComplaints",
"tenderComplainRegulation",
"qualificationComplainDuration",
"awardComplainDuration",
"cancellationComplainDuration",
"clarificationUntilDuration",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
58 changes: 58 additions & 0 deletions data_model/schema/TenderConfig/aboveThresholdUA.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,56 @@
],
"default": true
},
"hasValueEstimation": {
"type": "boolean",
"enum": [
true
],
"default": true
},
"hasQualificationComplaints": {
"type": "boolean",
"enum": [
false
],
"default": false
},
"tenderComplainRegulation": {
"type": "integer",
"minimum": 4,
"maximum": 4,
"default": 4
},
"qualificationComplainDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"awardComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"cancellationComplainDuration": {
"type": "integer",
"minimum": 10,
"maximum": 10,
"default": 10
},
"clarificationUntilDuration": {
"type": "integer",
"minimum": 3,
"maximum": 3,
"default": 3
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +140,14 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"hasValueEstimation",
"hasQualificationComplaints",
"tenderComplainRegulation",
"qualificationComplainDuration",
"awardComplainDuration",
"cancellationComplainDuration",
"clarificationUntilDuration",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
Loading

0 comments on commit 0d54d50

Please sign in to comment.