Agreement in Electronic Catalogue framework¶
Schema¶
| id: | uid, required, auto-generated |
|---|---|
| agreementID: | string, auto-generated, read-only |
| agreementType: | string, auto-generated, value: electronicCatalogue, read-only |
| status: | string
|
| date: | string, Date, auto-generated, read-only The date of the agreement change status. |
| dateModified: | string, Date, auto-generated, read-only The date of the agreement change. |
| procuringEntity: | |
ProcuringEntity, auto-generated from framework, read-only Organization conducting the agreement. |
|
| period: |
The timeframe when agreement is in force. |
| classification: | Classification, required, auto-generated from framework, read-only |
| additionalClassifications: | |
List of Classification objects, auto-generated from framework, read-only |
|
| contracts: | List of Contract objects |
| frameworkDetails: | |
string |
|
Agreement in Close Framework Agreement procedure - closeFrameworkAgreement¶
Schema¶
| id: | uid, required, auto-generated |
||||
|---|---|---|---|---|---|
| agreementID: | string, auto-generated, read-only |
||||
| agreementNumber: | |||||
string |
|||||
| agreementType: | string, value: cfaua |
||||
| changes: | List of ChangeTaxRate in cfaua, ChangeItemPriceVariation in cfaua, ChangePartyWithdrawal in cfaua or ChangeThirdParty in cfaua objects. Only in agreements container. |
||||
| date: | string, Date, auto-generated, read-only The date of the agreement change. |
||||
| dateModified: | string, Date, auto-generated, read-only The date of the agreement change. |
||||
| dateSigned: | string, Date The date of the agreement signed. |
||||
| description: | string, multilingual Agreement description |
||||
| description_en: | string, multilingual Agreement description |
||||
| description_ru: | string, multilingual Agreement description |
||||
| documents: | List of Document objects OpenContracting Description: All documents and attachments related to the agreement, including any notices. |
||||
| items: | List of Item objects |
||||
| period: |
The timeframe when agreement is in force. Maximum 4 years.
Deadline for participants to submit price documents |
||||
| status: | string
|
||||
| contracts: | List of Contract objects |
||||
| title: | string, required Agreement title |
||||
| title_ru: | string, required Agreement title |
||||
| title_en: | string, required Agreement title |
||||
Agreement in Price Quotation procedure - priceQuotation¶
Schema¶
| id: | uid, required ID for related Agreement from Electronic Catalogue framework |
|---|
Workflow¶
![digraph G {
A [ label="pending" ]
B [ label="active" ]
C [ label="cancelled" ]
D [ label="unsuccessful"]
A -> B;
A -> C;
A -> D;
}](../_images/graphviz-505e7a322a6248df736d790d425c8ccab2b2a85c.png)
![digraph G {
A [ label="active*" ]
B [ label="terminated"]
A -> B;
}](../_images/graphviz-26b690493457cabecc55a37767ddd71d4e90d963.png)