taxonomy().concept(ferc:ScheduleMiscellaneousDeferredDebitsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F60ScheduleTitle").text
Charges for Outside Professional and Other Consultative Services
|
taxonomy().concept(ferc:ScheduleMiscellaneousDeferredDebitsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F60Instructions").text
- Provide detail of items in this account. Items less than $50,000 may be grouped, showing the number of items in each group.
|
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleMiscellaneousDeferredDebitsAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "009 - Schedule - Miscellaneous Deferred Debits")
$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
$row[3]
else
taxonomy().concept(to-qname($row[3]))))
);
for $row in $heading_dict.keys.sort
$row
(a)
|
1 |
taxonomy().concept(ferc:MiscellaneousDeferredDebits).label("http://ferc.gov/form/2020-01-01/roles/label/F60Account").text
186
|
taxonomy().concept(ferc:ScheduleMiscellaneousDeferredDebitsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F60MiscellaneousDeferredDebits").text
Miscellaneous Deferred Debits
|
|
|
2 |
|
taxonomy().concept(ferc:ItemDescription).label("http://ferc.gov/form/2020-01-01/roles/label/F60MiscellaneousDeferredDebits2").text
Items List:
|
|
|
// adding a comment
$data2 = list(for $i in range(3,39)
list($i,none,none,none));
$data = if count(list({covered @ferc:MiscellaneousDeferredDebitsAxis=*})) > 0
list({covered @ferc:MiscellaneousDeferredDebitsAxis=* {list(
if list({@ferc:OrderNumber @unit=* @period = $currentDuration}).length > 0
first(list({@ferc:OrderNumber @unit=* @period = $currentDuration}))
else
0,
if exists({@ferc:ItemDescription @unit @period = $currentDuration})
first(list({@ferc:ItemDescription @unit @period = $currentDuration}))
else
none,
if exists({@ferc:MiscellaneousDeferredDebits @unit @period = $priorInstant})
first(list({@ferc:MiscellaneousDeferredDebits @unit @period = $priorInstant}))
else
none,
if exists({@ferc:MiscellaneousDeferredDebits @unit @period = $currentInstant})
first(list({@ferc:MiscellaneousDeferredDebits @unit @period = $currentInstant}))
else
none
)}})
else $data2;
$uniqueData = list(for $x in $data
if $x == list(0,none,none,none)
skip
else
$x
);
for $row in $uniqueData.sort
3
3
|
|
$row[2]
Various
|
$row[3]
$1,914,831
|
$row[4]
$2,914,831
|
40 |
taxonomy().concept(ferc:MiscellaneousDeferredDebits).label("http://ferc.gov/form/2020-01-01/roles/label/F60Total").text
TOTAL
|
|
max(list([covered @concept=ferc:MiscellaneousDeferredDebits @period=$priorInstant]))
$1,914,831
|
max(list([covered @concept=ferc:MiscellaneousDeferredDebits @period=$currentInstant]))
$2,914,831
|