taxonomy().concept(ferc:ScheduleGasPropertyAndCapacityLeasedFromOthersAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F2ScheduleTitle").text
Gas Property And Capacity Leased From Others
|
taxonomy().concept(ferc:ScheduleGasPropertyAndCapacityLeasedFromOthersAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F2Instructions").text
- Report below the information called for concerning gas property and capacity leased from others for gas operations.
- For all leases in which the average annual lease payment over the initial term of the lease exceeds $500,000, describe in column (c), if applicable: the property or capacity leased. Designate associated companies with an asterisk in column (b).
|
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleGasPropertyAndCapacityLeasedFromOthersAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "212 - Schedule - Gas Property And Capacity Leased From Others")
$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)
|
// adding a comment
$data2 = list(for $i in range(44)
list($i,none,"",none,none)
);
$data = if count(list({covered @ferc:GasPropertyAndCapacityLeasedFromOthersAxis=*})) > 0
list({covered @ferc:GasPropertyAndCapacityLeasedFromOthersAxis=* {list(
if exists({@ferc:OrderNumber @unit=* @period=$currentDuration})
first(list({@ferc:OrderNumber @unit=* @period=$currentDuration}))
else
0,
if exists({@ferc:LessorName @unit @period=$currentDuration})
first(list({@ferc:LessorName @unit @period=$currentDuration}))
else none,
if exists({@ferc:IndicationOfAssociatedCompany @unit @period=$currentDuration})
if first(list({@ferc:IndicationOfAssociatedCompany @unit @period=$currentDuration}))
"*"
else ""
else "",
if exists({@ferc:LeaseDescription @unit @period=$currentDuration})
first(list({@ferc:LeaseDescription @unit @period=$currentDuration}))
else none,
if exists({@ferc:GasPropertyAndCapacityLeasePayment @unit @period=$currentDuration})
first(list({@ferc:GasPropertyAndCapacityLeasePayment @unit @period=$currentDuration}))
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
1
|
$row[2]
Natural Gas Pipeline Company of America LLC
|
$row[3]
*
|
$row[4]
20-year capacity lease, expires 2022
|
$row[5]
$2,080,500
|
45 |
taxonomy().concept(ferc:ProceedsFromGasPropertyAndCapacityLeasePayment).label("http://ferc.gov/form/2020-01-01/roles/label/F2Total").text
Total
|
|
|
max(list([@concept=ferc:GasPropertyAndCapacityLeasePayment @period=$currentDuration]))
$2,080,500
|