Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleUnrecoveredPlantAndRegulatoryStudyCostsAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "230b - Schedule - UNRECOVERED PLANT AND REGULATORY STUDY COSTS")
$heading = list(for $ref in $headings
list($ref.part-by-name(ferc-part:Column).part-value, $ref.part-by-name(ferc-part:ColumnName).part-value, $ref.part-by-name(ferc-part:ElementName).part-value))
$heading_dict = dict(for $row in $heading
list("("+$row[1]+")",list($row[2],
if $row[3] == none
""
else
taxonomy().concept(to-qname($row[3]))))
);
for $row in $heading_dict.keys.sort
$row
(a)
|
49 |
taxonomy().concept(ferc:UnrecoveredPlantAndRegulatoryStudyCosts).label("http://ferc.gov/form/2020-01-01/roles/label/F1Total2").text
Total
|
first(list([covered @concept=ferc:UnrecoveredPlantAndRegulatoryStudyCostsNotYetRecognized @period = $currentDuration]))
$0
|
first(list([covered @concept=ferc:UnrecoveredPlantAndRegulatoryStudyCostsRecognized @period = $currentDuration]))
$55,036
|
|
first(list([covered @concept=ferc:UnrecoveredPlantAndRegulatoryStudyCostsWrittenOff @period = $currentDuration]))
$3,281,566
|
first(list([covered @concept=ferc:UnrecoveredPlantAndRegulatoryStudyCosts @period = $currentInstant]))
$9,162,981
|