Service Provider Product Suspension
The relation allowing a procuring system operator to temporarily suspend a service provider from delivering them products of the given types.
Relevant links
Fields
| Name | Description | Format | Reference |
|---|---|---|---|
| id | Unique surrogate identifier. | bigint Read only |
|
| procuring_system_operator_id | Reference to the procuring system operator suspending the service provider. | bigint Non-updatable Defaults to the system operator creating the resource. |
party.id |
| service_provider_id | Reference to the service provider being suspended. | bigint Required Non-updatable |
party.id |
| product_type_ids | References to the suspended product types. | Required Array of bigint |
product_type.id |
| reason | The reason for the suspension. | text One of: communication_issues, failing_heartbeat, system_issues, clearing_issues, breach_of_conditions, otherRequired |
|
| recorded_at | When the resource was recorded (created or updated) in the system. | date-time Read only |
|
| recorded_by | The identity that recorded the resource. | bigint Read only |
Validation Rules
| Validation rule key | Validation rule | Status |
|---|---|---|
| SPPS-VAL001 | Suspended product_type_ids must be product types that the SO has qualified the SP for. |
DONE |
Notifications
| Action | Recipient | Comment |
|---|---|---|
| create, update, delete | SP | Suspended SP |
| create, update, delete | SO | All PSOs procuring the same product type from the same SP |
Authorization
Resource Level Authorization
Below is the RLA for the resource. The default policy is deny.
Anonymous
No policies.
Common
No policies.
Balance Responsible Party
No policies.
End User
No policies.
Energy Supplier
No policies.
Flexibility Information System Operator
| Policy key | Policy | Status |
|---|---|---|
| SPPS-FISO001 | Create, read, update and delete all SPPS. | DONE |
| SPPS-FISO002 | Read all SPPS history. | DONE |
Organisation
No policies.
System Operator
| Policy key | Policy | Status |
|---|---|---|
| SPPS-SO001 | Create, read, update and delete their own SPPS. | DONE |
| SPPS-SO002 | Read history on their own SPPS. | DONE |
| SPPS-SO003 | Read SPPS targeted at any SP they have qualified for at least one of the product types. | DONE |
| SPPS-SO004 | Read history on SPPS targeted at any SP they had qualified for at least one of the product types. | DONE |
Service Provider
| Policy key | Policy | Status |
|---|---|---|
| SPPS-SP001 | Read SPPS targeting them. | DONE |
| SPPS-SP002 | Read history on SPPS targeting them. | DONE |
Third Party
No policies.
Field Level Authorization
For party type abbreviations, check the authentication docs.
| FIELD | ANON | BRP | ES | EU | FISO | SO | SP | TP | ORG |
|---|---|---|---|---|---|---|---|---|---|
| id | R | R | R | R | R | R | R | ||
| procuring_system_operator_id | R | R | R | RC | RC | R | R | ||
| service_provider_id | R | R | R | RC | RC | R | R | ||
| product_type_ids | R | R | R | RCU | RCU | R | R | ||
| reason | R | R | R | RCU | RCU | R | R | ||
| recorded_at | R | R | R | R | R | R | R | ||
| recorded_by | R | R | R | R | R | R | R |