taxonomy().concept(ferc:ScheduleNonTraditionalRateTreatmentAffordedNewProjectsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F2ScheduleTitle").text
Non-Traditional Rate Treatment Afforded New Projects
|
taxonomy().concept(ferc:ScheduleNonTraditionalRateTreatmentAffordedNewProjectsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F2Instructions").text
- The Commission’s Certificate Policy Statement provides a threshold requirement for existing pipelines proposing new projects is that the pipeline must be prepared to financially support the project without relying on subsidization from its existing customers. See Certification of New Interstate Natural Gas Pipeline Facilities, 88 FERC P61,227 (1999); order clarifying policy, 90 FERC P61,128 (2000); order clarifying policy, 92 FERC P61,094 (2000) (Policy Statement). In column a, list the name of the facility granted non-traditional rate treatment.
- In column b, list the CP Docket Number where the Commission authorized the facility.
- In column c, indicate the type of rate treatment approved by the Commission (e.g. incremental, at risk)
- In column d, list the amount in Account 101, Gas Plant in Service, associated with the facility.
- In column e, list the amount in Account 108, Accumulated Provision for Depreciation of Gas Utility Plant, associated with the facility.
- In column f, list the amount in Account 190, Accumulated Deferred Income Tax; Account 281, Accumulated Deferred Income Taxes – Accelerated Amortization Property; Account 282, Accumulated Deferred Income Taxes – Other Property; Account 283, Accumulated Deferred Income Taxes – Other, associated with the facility.
- In column g, report the total amount included in the gas operations expense accounts during the year related to the facility (Account 401, Operation Expense).
- In column h, report the total amount included in the gas maintenance expense accounts during the year related to the facility.
- In column i, report the amount of depreciation expense accrued on the facility during the year.
- In column j, list any other expenses(including taxes) allocated to the facility.
- In column k, report the incremental revenues associated with the facility.
- Identify the volumes received and used for any incremental project that has a separate fuel rate for that project.
- Provide the total amounts for each column.
|
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleNonTraditionalRateTreatmentAffordedNewProjectsAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "217 - Schedule - Non-Traditional Rate Treatment Afforded New Projects")
$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
/** comment within XULE expression
**/
$data2 = list(for $i in range(36)
list($i,none,none,none,none,none,none,none,none,none,none,none)
);
$data = if count(list({covered @ferc:NonTraditionalRateTreatmentAffordedNewProjectsAxis=*})) > 0
list({covered @ferc:NonTraditionalRateTreatmentAffordedNewProjectsAxis=* {list(
if exists({@ferc:OrderNumber @unit=* @period=$currentDuration})
first(list({@ferc:OrderNumber @unit=* @period=$currentDuration}))
else
0,
if exists({@ferc:LocationOrNameOfFacility @unit @period=$currentDuration})
first(list({@ferc:LocationOrNameOfFacility @unit @period=$currentDuration}))
else
none,
if exists({@ferc:CPDocketNumber @unit @period=$currentDuration})
first(list({@ferc:CPDocketNumber @unit @period=$currentDuration}))
else
none,
if exists({@ferc:TypeOfRateTreatment @unit @period=$currentDuration})
first(list({@ferc:TypeOfRateTreatment @unit @period=$currentDuration}))
else
none,
if exists({@ferc:GasPlantInServiceNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentInstant})
first(list({@ferc:GasPlantInServiceNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentInstant}))
else
none,
if exists({@ferc:AccumulatedProvisionForDepreciationOfGasUtilityPlantNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentInstant})
first(list({@ferc:AccumulatedProvisionForDepreciationOfGasUtilityPlantNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentInstant}))
else
none,
if exists({@ferc:AccumulatedDeferredIncomeTaxesNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentInstant})
first(list({@ferc:AccumulatedDeferredIncomeTaxesNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentInstant}))
else
none,
if exists({@ferc:OperationExpenseNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentDuration})
first(list({@ferc:OperationExpenseNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentDuration}))
else
none,
if exists({@ferc:MaintenanceExpenseNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentDuration})
first(list({@ferc:MaintenanceExpenseNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentDuration}))
else
none,
if exists({@ferc:DepreciationExpenseNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentDuration})
first(list({@ferc:DepreciationExpenseNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentDuration}))
else
none,
if exists({@ferc:OtherExpensesIncludingTaxesNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentDuration})
first(list({@ferc:OtherExpensesIncludingTaxesNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentDuration}))
else
none,
if exists({@ferc:IncrementalRevenuesNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentDuration})
first(list({@ferc:IncrementalRevenuesNonTraditionalRateTreatmentAffordedNewProjects @unit @period=$currentDuration}))
else none
)}})
else $data2;
$uniqueData = list(for $x in $data
if $x == list(0,none,none,none,none,none,none,none,none,none,none,none)
skip
else
$x
);
for $row in $uniqueData.sort
1
|
$row[2]
ABC Facility
|
$row[3]
CP01-111-111
|
$row[4]
INCREMENTAL
|
$row[5]
$4,600,000
|
$row[6]
$1,420,000
|
$row[7]
$111,000
|
$row[8]
$11,000
|
$row[9]
$3,900
|
$row[10]
$130,000
|
$row[11]
$80,000
|
$row[12]
$350,000
|
37 |
taxonomy().concept(ferc:GasPlantInService).label("http://ferc.gov/form/2020-01-01/roles/label/F2Total").text
Total
|
|
|
max(list([covered @concept=ferc:GasPlantInServiceNonTraditionalRateTreatmentAffordedNewProjects @period = $currentInstant]))
$4,600,000
|
max(list([covered @concept=ferc:AccumulatedProvisionForDepreciationOfGasUtilityPlantNonTraditionalRateTreatmentAffordedNewProjects @period=$currentInstant]))
$1,420,000
|
max(list([covered @concept=ferc:AccumulatedDeferredIncomeTaxesNonTraditionalRateTreatmentAffordedNewProjects @period=$currentInstant]))
$111,000
|
max(list([covered @concept=ferc:OperationExpenseNonTraditionalRateTreatmentAffordedNewProjects @period=$currentDuration]))
$11,000
|
max(list([covered @concept=ferc:MaintenanceExpenseNonTraditionalRateTreatmentAffordedNewProjects @period=$currentDuration]))
$3,900
|
max(list([covered @concept=ferc:DepreciationExpenseNonTraditionalRateTreatmentAffordedNewProjects @period=$currentDuration]))
$130,000
|
max(list([covered @concept=ferc:OtherExpensesIncludingTaxesNonTraditionalRateTreatmentAffordedNewProjects @period=$currentDuration]))
$80,000
|
max(list([covered @concept=ferc:IncrementalRevenuesNonTraditionalRateTreatmentAffordedNewProjects @period=$currentDuration]))
$350,000
|