Skip to content

Commit

Permalink
Added Intervention column to trading price
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn2019 committed Oct 1, 2019
1 parent 43a8660 commit ad75f6f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
Binary file added nemosis/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion nemosis/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
'LOWER60SEC', 'LOWER6SEC', 'RAISE5MIN', 'RAISE60SEC', 'RAISE6SEC', 'LOWERREG', 'RAISEREG',
'SEMIDISPATCHCAP', 'AVAILABILITY'],

'TRADINGPRICE': ['SETTLEMENTDATE', 'REGIONID', 'RRP', 'RAISE6SECRRP', 'RAISE60SECRRP',
'TRADINGPRICE': ['SETTLEMENTDATE', 'REGIONID', 'INTERVENTION', 'RRP', 'RAISE6SECRRP', 'RAISE60SECRRP',
'RAISE5MINRRP', 'RAISEREGRRP', 'LOWER6SECRRP', 'LOWER60SECRRP', 'LOWER5MINRRP', 'LOWERREGRRP', 'PRICE_STATUS'],

'TRADINGREGIONSUM': ['SETTLEMENTDATE', 'REGIONID', 'TOTALDEMAND',
Expand Down

0 comments on commit ad75f6f

Please sign in to comment.