taxonomy().concept(ferc:ScheduleInformationOnFormulaRatesBAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F1ScheduleTitle").text
Gas Property And Capacity Leased From Others
|
taxonomy().concept(ferc:ScheduleInformationOnFormulaRatesBAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F1Instructions").text
- If a respondent does not submit such filings then indicate in a footnote to the applicable Form 1 schedule where formula rate inputs differ from
Formula Rate Variances
amounts reported in the Form 1.
- The footnote should provide a narrative description explaining how the "rate" (or billing) was derived if different from the reported amount in the
Form 1.
- The footnote should explain amounts excluded from the ratebase or where labor or other allocation factors, operating expenses, or other items
impacting formula rate inputs differ from amounts reported in Form 1 schedule amounts.
- Where the Commission has provided guidance on formula rate inputs, the specific proceeding should be noted in the footnote.
|
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleInformationOnFormulaRatesBAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "106b - Schedule - Information on Formula Rates")
$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,none)
);
$data = if count(list({covered @ferc:FormulaRateVariancesAxis=*})) > 0
list( {covered @ferc:FormulaRateVariancesAxis=* {list(
if list({@ferc:OrderNumber @unit=* @period = $currentDuration}).length > 0
first(list({@ferc:OrderNumber @unit=* @period = $currentDuration}))
else
0,
if exists({@ferc:PageNumberOfFormulaRateVariances @unit @period = $currentDuration})
first(list({@ferc:PageNumberOfFormulaRateVariances @unit @period = $currentDuration }))
else
none,
if exists({@ferc:ScheduleOfFormulaRateVariances @unit @period = $currentDuration})
first(list({@ferc:ScheduleOfFormulaRateVariances @unit @period = $currentDuration }))
else
none,
if exists({@ferc:ColumnOfFormulaRateVariances @unit @period = $currentDuration})
first(list({@ferc:ColumnOfFormulaRateVariances @unit @period = $currentDuration }))
else
none,
if exists({@ferc:LineNumberOfFormulaRateVariances @unit @period = $currentDuration})
first(list({@ferc:LineNumberOfFormulaRateVariances @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]
311
|
$row[3]
Sales for Resale
|
$row[4]
(g)
|
$row[5]
1
|