taxonomy().concept(ferc:ScheduleEnergyStorageOperationsSmallPlantsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F1FScheduleTitle").text
ENERGY STORAGE OPERATIONS (Small Plants)
|
taxonomy().concept(ferc:ScheduleEnergyStorageOperationsSmallPlantsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F1Instructions").text
- Small Plants are plants less than 10,000 KW.
- In columns (a), (b) and (c) report the name of the energy storage project, functional classification (Production, Transmission, Distribution), and location.
- In column (d), report project plant cost including but not exclusive of land and land rights, structures and improvements, energy storage equipment and any other costs associated with the energy storage project.
- In column (e), report operation expenses excluding fuel, (f), maintenance expenses, (g) fuel costs for storage operations and (h) cost of power purchased for storage operations and reported in Account 555.1, Power Purchased for Storage Operations. If power was purchased from an
affiliated seller specify how the cost of the power was determined.
- If any other expenses, report in column (i) and footnote the nature of the item(s).
|
|
|
|
|
|
BALANCE AT BEGINNING OF YEAR |
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleEnergyStorageOperationsSmallPlantsAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "419 - Schedule - Energy Storage Operations (Small Plants)")
$headings = list(for $ref in $headings
list($ref.part-by-name(ferc-part:Column).part-value, $ref.part-by-name(ferc-part:ColumnName).part-value))
$heading_dict = dict(for $row in $headings
list("("+$row[1]+")",$row[2])
);
for $row in $heading_dict.keys.sort
$heading_dict[$row]
Name of the Energy Storage Project
$row
(a)
|
// adding a comment
$data2 = list(for $i in range(35)
list($i,none,none,none,none,none,none,none,none,none)
);
$data = if count(list({covered @ferc:EnergyStorageOperationsAxis=*})) > 0
list({covered @ferc:EnergyStorageOperationsAxis=* {list(
if list({@ferc:OrderNumber @unit=* @period=$currentDuration}).length > 0
first(list({@ferc:OrderNumber @unit=* @period=$currentDuration}))
else
0,
if exists({@ferc:EnergyStorageProjectName @unit @period=$currentDuration})
first(list({@ferc:EnergyStorageProjectName @unit @period=$currentDuration}))
else
none,
if exists({@ferc:FunctionalClassificationEnergyStorageOperations @unit @period=$currentDuration})
first(list({@ferc:FunctionalClassificationEnergyStorageOperations @unit @period=$currentDuration}))
else
none,
if exists({@ferc:ProjectLocation @unit @period=$currentDuration})
first(list({@ferc:ProjectLocation @unit @period=$currentDuration}))
else
none,
if exists({@ferc:ProjectPlantCost @unit @period=$currentDuration})
first(list({@ferc:ProjectPlantCost @unit @period=$currentDuration}))
else
none,
if exists({@ferc:OperationExpenseExcludingFuel @unit @period=$currentDuration})
first(list({@ferc:OperationExpenseExcludingFuel @unit @period=$currentDuration}))
else
none,
if exists({@ferc:MaintenanceExpense @unit @period=$currentDuration})
first(list({@ferc:MaintenanceExpense @unit @period=$currentDuration}))
else
none,
if exists({@ferc:FuelUsedInStorageOperations @unit @period=$currentDuration})
first(list({@ferc:FuelUsedInStorageOperations @unit @period=$currentDuration}))
else
none,
if exists({@ferc:PowerPurchasedForStorageOperations @unit @period=$currentDuration})
first(list({@ferc:PowerPurchasedForStorageOperations @unit @period=$currentDuration}))
else
none,
if exists({@ferc:OtherExpenses @unit @period=$currentDuration})
first(list({@ferc:OtherExpenses @unit @period=$currentDuration}))
else
none
)}})
else $data2;
$uniqueData = list(for $x in $data
if $x == list(0,none,none,none,none,none,none,none,none,none)
skip
else
$x
);
for $row in $uniqueData.sort
1
|
$row[2]
ABC Company
|
$row[3]
FNS
|
$row[4]
Baltimore
|
$row[5]
1,028
|
$row[6]
514,247
|
$row[7]
1,028
|
$row[8]
514,247
|
$row[9]
1,028
|
$row[10]
514,247
|
36 |
TOTAL |
|
|
max(list([covered @concept=ferc:ProjectPlantCost @period = $currentDuration]))
$92,477,242
|
max(list([covered @concept=ferc:OperationExpenseExcludingFuel @period = $currentDuration]))
$15,256,784
|
max(list([covered @concept=ferc:MaintenanceExpense @period = $currentDuration]))
$92,477,242
|
max(list([covered @concept=ferc:FuelUsedInStorageOperations @period = $currentDuration]))
$15,256,784
|
max(list([covered @concept=ferc:PowerPurchasedForStorageOperations @period = $currentDuration]))
$92,477,242
|
max(list([covered @concept=ferc:OtherExpenses @period = $currentDuration]))
$15,256,784
|