taxonomy().concept(ferc:ScheduleOtherDeferredChargesAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F6ScheduleTitle").text
Other Deferred Charges
|
taxonomy().concept(ferc:ScheduleOtherDeferredChargesAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F6Instructions").text
Give an analysis of the balance in Account No. 44, Other Deferred Charges, at the end of the year, showing in detail each item or subaccount of $500,000 or more. Items less than $500,000 may be combined in a single entry designated "Minor Items, Each Less Than $500,000." In case the type of any item is not fully disclosed by the entries in the columns below, explain in a footnote.
|
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleOtherDeferredChargesAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "221 - Schedule - Other Deferred Charges")
$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],taxonomy().concept(to-qname($row[3]))))
);
for $row in $heading_dict.keys.sort
$row
(a)
|
// adding a comment
$data2 = list(for $i in range(49)
list($i,none,none)
);
$data = if count(list({covered @ferc:OtherDeferredChargesAxis=*})) > 0
list({covered @ferc:OtherDeferredChargesAxis=* {list(
if list({@ferc:OrderNumber @unit=* @period=$currentDuration}).length > 0
first(list({@ferc:OrderNumber @unit=* @period=$currentDuration}))
else
0,
if exists({@ferc:NameOrClassOfDebtors @unit @period=$currentDuration})
first(list({@ferc:NameOrClassOfDebtors @unit @period=$currentDuration}))
else
none,
if exists({@ferc:OtherDeferredCharges @unit @period=$currentInstant})
first(list({@ferc:OtherDeferredCharges @unit @period=$currentInstant}))
else
none
)}})
else $data2;
$uniqueData = list(for $x in $data
if $x == list(0, none,none)
skip
else
$x
);
for $row in $uniqueData.sort
1
|
$row[2]
Debtor XYZ
|
$row[3]
$1,231,456
|
50 |
taxonomy().concept(ferc:OtherDeferredCharges).label("http://ferc.gov/form/2020-01-01/roles/label/F6Total").text
Total
|
first(list([covered @concept=ferc:OtherDeferredCharges @period = $currentInstant]))
$85,531,884
|