taxonomy().concept(ferc:ScheduleNoncarrierPropertyAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F6ScheduleTitle").text
Noncarrier Property
|
taxonomy().concept(ferc:ScheduleNoncarrierPropertyAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F6Instructions").text
- Give particulars (details) of all investments of the respondent in physical property includable in Account No. 34, Noncarrier property, in the USofA. In column (a), when describing the property, give the location and other identification with a reasonable amount of detail.
- Report each item in excess of $1,000,000. Items less than $1,000,000 may be combined in a single entry titled "Minor items, less than $1,000,000."
- If any noncarrier property was disposed of during the year, or by reclassification was transferred to or from the carrier property accounts, give particulars (details) in a footnote.
- Summarize the revenues and expenses of operated noncarrier properties on schedule 335.
|
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleNoncarrierPropertyAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "220 - Schedule - Noncarrier Property")
$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(45)
list($i,none,none,none,none)
);
$data = if count(list({covered @ferc:NoncarrierPropertyAxis=*})) > 0
list({covered @ferc:NoncarrierPropertyAxis=* {list(
if list({@ferc:OrderNumber @unit=* @period=$currentDuration}).length > 0
first(list({@ferc:OrderNumber @unit=* @period=$currentDuration}))
else
0,
if exists({@ferc:NameAndDescriptionOfPhysicalPropertyHeldAsInvestment @unit@period=$currentDuration})
first(list({@ferc:NameAndDescriptionOfPhysicalPropertyHeldAsInvestment @unit @period=$currentDuration}))
else
none,
if exists({@ferc:DateNoncarrierPropertyRecognized @unit @period=$currentDuration})
first(list({@ferc:DateNoncarrierPropertyRecognized @unit @period=$currentDuration}))
else
none,
if exists({@ferc:NoncarrierProperty @unit @period=$currentInstant})
first(list({@ferc:NoncarrierProperty @unit @period=$currentInstant}))
else
none,
if exists({@ferc:NoncarrierPropertyRemarks @unit @period=$currentDuration})
first(list({@ferc:NoncarrierPropertyRemarks @unit @period=$currentDuration}))
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
1
|
$row[2]
ABC Property
|
$row[3]
2018-01-01
|
$row[4]
$1,231,456
|
$row[5]
No remarks at this time
|
46 |
|
taxonomy().concept(ferc:NoncarrierProperty).label("http://ferc.gov/form/2020-01-01/roles/label/F6Total").text
Total
|
first(list([covered @concept=ferc:NoncarrierProperty @period = $currentInstant]))
$85,531,884
|
|