BIDTYPES
BIDTYPES, together with the associated tracking data in BIDTYPESTRK, define a set of ancillary services with bidding parameters from a given date. BIDTYPES is static data describing each type of bid quantity, the number of applicable bands, how many days ahead a price lock down becomes effective and the validation rule that applies.
Package
MARKET_CONFIG
Visibility
Public
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| BIDTYPE |
varchar(10)  |
varchar(10)  |
Bid Type Identifier |
| EFFECTIVEDATE |
datetime(3)  |
date  |
Market date starting at 04:30 inclusive |
| VERSIONNO |
numeric(3, 0)  |
smallint  |
Record version number |
| DESCRIPTION |
varchar(64) |
varchar(64) |
Description of this Bid Type |
| NUMBEROFBANDS |
numeric(3, 0) |
smallint |
Number of active bands (1 to 10) |
| NUMDAYSAHEADPRICELOCKED |
numeric(2, 0) |
tinyint |
Number of days prior to the Market Day when prices are locked from 12:30pm |
| VALIDATIONRULE |
varchar(10) |
varchar(10) |
ENERGY or AS validation rules to apply. |
| LASTCHANGED |
datetime(3) |
datetime2(0) |
Last date and time record changed |
| SPDALIAS |
varchar(10) |
varchar(10) |
Alias for this BIDTYPE used in the SPD Solver |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| BIDTYPES_LCHD_IDX |
nonclustered |
LASTCHANGED |
| BIDTYPES_PK |
clustered, unique, primary key |
BIDTYPE, EFFECTIVEDATE, VERSIONNO |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| IX_BIDTYPES_LASTCHANGED |
nonclustered |
LASTCHANGED |
| PK_BIDTYPES |
clustered, unique, primary key |
BIDTYPE, EFFECTIVEDATE, VERSIONNO |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| BIDTYPES_LCHD_IDX |
nonclustered |
LASTCHANGED |
| PK_BIDTYPES |
clustered, unique, primary key |
BIDTYPE, EFFECTIVEDATE, VERSIONNO |