SSM_INDICATIVE_ROLL_REGION
Indicative rolling Region schedule provides notice of system security status to service providers / TNSP. The intent is to provide the security strength status of a region.
Package
SYSTEM_SECURITY_MANAGEMENT
Visibility
Private
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| VERSION_DATETIME |
datetime(3)  |
datetime2(0)  |
Version date time |
| INTERVAL_DATETIME |
datetime(3)  |
datetime2(0)  |
Interval date time |
| REGIONID |
varchar(20)  |
varchar(20)  |
Region |
| REGION_STATUS |
varchar(40) |
varchar(40) |
Secure, Resolved, Not Secure |
| DUID_COUNT_FIRM |
numeric(4, 0) |
smallint |
Sum of firm units enabled for the region with confirmed enablement instruction(s) sent |
| DUID_COUNT_SPECULATIVE |
numeric(4, 0) |
smallint |
Sum of proposed units enabled for the region where enablement instruction(s) not sent |
| LASTCHANGED |
datetime(3) |
datetime2(0) |
Last changed date |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| SSM_INDICATIVE_ROLL_REGION_PK |
clustered, unique, primary key |
VERSION_DATETIME, INTERVAL_DATETIME, REGIONID |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| SSM_INDICATIVE_ROLL_REGION_PK |
clustered, unique, primary key |
VERSION_DATETIME, INTERVAL_DATETIME, REGIONID |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| SSM_INDICATIVE_ROLL_REGION_PK |
clustered, unique, primary key |
VERSION_DATETIME, INTERVAL_DATETIME, REGIONID |