taxonomy().concept(ferc:ScheduleStoresExpenseUndistributedAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F60ScheduleTitle").text
Charges for Outside Professional and Other Consultative Services
|
taxonomy().concept(ferc:ScheduleStoresExpenseUndistributedAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F60Instructions").text
- List the amount of labor in Column (c) and expenses in Column (d) incurred with respect to stores expense during the year and indicate amount attributable to each associate company.
|
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleStoresExpenseUndistributedAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "007 - Schedule - Stores Expense Undistributed")
$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:StoresExpenseUndistributed).label("http://ferc.gov/form/2020-01-01/roles/label/F60Account").text
163
|
taxonomy().concept(ferc:ScheduleStoresExpenseUndistributedAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F60StoresExpenseUndistributed").text
Stores Expense Undistributed
|
|
|
|
2 |
|
taxonomy().concept(ferc:AssociateCompanyName).label("http://ferc.gov/form/2020-01-01/roles/label/F60StoresExpenseUndistributed2").text
Associate Company:
|
|
|
|
// adding a comment
$data2 = list(for $i in range(39)
list($i,none,none,none,none)
);
$data = if count(list({covered @ferc:StoresExpenseUndistributedAxis=*})) > 0
list({covered @ferc:StoresExpenseUndistributedAxis=* {list(
if list({@ferc:OrderNumber @unit=* @period=$currentDuration}).length > 0
first(list({@ferc:OrderNumber @unit=* @period=$currentDuration}))
else
0,
if exists({@ferc:AssociateCompanyName @unit @period=$currentDuration})
first(list({@ferc:AssociateCompanyName @unit @period=$currentDuration}))
else
none,
if exists({@ferc:StoresExpenseUndistributedLabor @unit @period=$currentDuration})
first(list({@ferc:StoresExpenseUndistributedLabor @unit @period=$currentDuration}))
else
none,
if exists({@ferc:StoresExpenseUndistributedExpenses @unit @period=$currentDuration})
first(list({@ferc:StoresExpenseUndistributedExpenses @unit @period=$currentDuration}))
else
none,
if exists({@ferc:StoresExpenseUndistributed @unit @period=$currentInstant})
first(list({@ferc:StoresExpenseUndistributed @unit @period=$currentInstant}))
else
none
)}})
else $data2;
$uniqueData = list(for $x in $data
if $x == list(0,none,none,none,none)
skip
else
$x
);
for $row in $uniqueData.sort
3
3
|
|
$row[2]
ABC Processing Plant Abandonment
|
$row[3]
$1,000
|
$row[4]
$2,000
|
$row[5]
$3,000
|
40 |
taxonomy().concept(ferc:StoresExpenseUndistributed).label("http://ferc.gov/form/2020-01-01/roles/label/F60Total").text
TOTAL
|
|
max(list([covered
@concept=ferc:StoresExpenseUndistributedLabor @period = $currentDuration]))
$0
|
max(list([covered
@concept=ferc:StoresExpenseUndistributedExpenses @period = $currentDuration]))
$55,036
|
max(list([covered
@concept=ferc:StoresExpenseUndistributed @period = $currentInstant]))
$3,281,566
|