taxonomy().concept(ferc:RespondentLegalName).label("http://ferc.gov/form/2020-01-01/roles/label/F1Header").textName of Respondent: [@ferc:RespondentLegalName @period=$currentDuration]Name of Respondent:
taxonomy().concept(ferc:SubmissionType).label("http://ferc.gov/form/2020-01-01/roles/label/F1Header").textThis report is:
(1)
if missing({covered @concept=ferc:SubmissionType}) "☐ An Original]]>" else if [@concept=ferc:SubmissionType @period=$currentDuration] == "O" "☑ An Original]]>" else "☐ An Original]]>"
An Original
(2)
if missing([covered @concept=ferc:SubmissionType @period=$currentDuration]) "☐ A Resubmission]]>" else if [@concept=ferc:SubmissionType @period=$currentDuration] == "R" "☑ A Resubmission]]>" else "☐ A Resubmission]]>"
A Resubmission
taxonomy().concept(ferc:ReportDate).label("http://ferc.gov/form/2020-01-01/roles/label/F1Header").textDate of Report: [@ferc:ReportDate @period=$currentDuration]04/26/2019
taxonomy().concept(ferc:ReportYearPeriod).label("http://ferc.gov/form/2020-01-01/roles/label/F1Header").textYear/Period of Report:
End of: [@ferc:ReportYear @period=$currentDuration]2018/[@ferc:ReportPeriod @period=$currentDuration]Q4
taxonomy().concept(ferc:ScheduleInformationOnFormulaRatesAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F1ScheduleTitle").text
Gas Property And Capacity Leased From Others
taxonomy().concept(ferc:UsesFormulaRates).label("http://ferc.gov/form/2020-01-01/roles/label/F1FormulaRates").text
Does the respondent have formula rates?
if missing({covered @concept=ferc:UsesFormulaRates}) "☐ Yes]]>" else if [@concept=ferc:UsesFormulaRates] == true "☑ Yes]]>" else "☐ Yes]]>"
Yes
if missing({covered @concept=ferc:UsesFormulaRates}) "☐ No]]>" else if [@concept=ferc:UsesFormulaRates] == false "☑ No]]>" else "☐ No]]>"
No
1. Please list the Commission accepted formula rates including FERC Rate Schedule or Tariff Number and FERC proceeding (i.e. Docket No) accepting the rate(s) or changes in the accepted rate.
Line No.
$headings = filter (taxonomy().concept(ferc:ScheduleInformationOnFormulaRatesAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "106 - 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
if $heading_dict[$row][2] != "" $heading_dict[$row][2].name.local-name else ""