Service Providing Group Product Suspension
The relation allowing a procuring system operator to temporarily suspend a service providing group from delivering products of certain 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 providing group. | bigint Non-updatable Defaults to the system operator creating the resource. |
party.id |
| service_providing_group_id | Reference to the service providing group being suspended. | bigint Required Non-updatable |
service_providing_group.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: failed_verification, 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 |
|---|---|---|
| SPGPS-VAL001 | Suspended product_type_ids must be product types that the SO has qualified the SPG 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 SPG |
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 |
|---|---|---|
| SPGPS-FISO001 | Create, read, update and delete all SPGPS. | DONE |
| SPGPS-FISO002 | Read all SPGPS history. | DONE |
Organisation
No policies.
System Operator
| Policy key | Policy | Status |
|---|---|---|
| SPGPS-SO001 | Create, read, update and delete their own SPGPS. | DONE |
| SPGPS-SO002 | Read history on their own SPGPS. | DONE |
| SPGPS-SO003 | Read SPGPS targeted at SPGs they have qualified for at least one of the product types. | DONE |
| SPGPS-SO004 | Read history on SPGPS targeted at SPGs they had qualified for at least one of the product types. | DONE |
Service Provider
| Policy key | Policy | Status |
|---|---|---|
| SPGPS-SP001 | Read SPGPS targeting their SPGs. | DONE |
| SPGPS-SP002 | Read history on SPGPS targeting their SPGs. | 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_providing_group_id | R | R | R | RC | RC | R | R | ||
| product_type_ids | R | R | R | RC | RC | 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 |