Is EDC contract negotiation flow static not to bargain ? #5177
-
In the current EDC contract negotiation flow, can a consumer actually negotiate alternative terms (e.g., request access under different constraints (provider requires location = EU, but consumer is in the US)), or is the negotiation strictly a “take-it-or-leave-it” process where the consumer must accept one of the published contract offers from the provider’s catalog? I mean mainly to formally exchange offers and agreements, not to bargain? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
contract negotiations are not negotiations in a human sense, wherein the seller and the buyer haggle on a price. the provider sets terms ("policies"), and the consumer either accepts them or it doesn't. |
Beta Was this translation helpful? Give feedback.
accessPolicy
determines who gets to see an entry ("asset" or "dataset") in the catalog, and thecontractPolicy
determines who can negotiate a contract for an asset. For example, you might offer everyone in the EU to see your catalog, but only those company headquartered in Sweden may negotiate a contract.While technically possible, it does not make much sense logically for the access policy to be more restrictive than the contract policy.
Whether they should be the same or not is completely up to the use case at hand and we cannot make a recommendation.