taxonomy().concept(ferc:RespondentLegalName).label("http://ferc.gov/form/2020-01-01/roles/label/F1Header").text Name of Respondent:
[@ferc:RespondentLegalName @period=$currentDuration] Duke Energy Kentucky, Inc.
taxonomy().concept(ferc:SubmissionType).label("http://ferc.gov/form/2020-01-01/roles/label/F1Header").text This 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").text Date of Report:
[@ferc:ReportDate @period=$currentDuration] 04/26/2019
taxonomy().concept(ferc:ReportYearPeriod).label("http://ferc.gov/form/2020-01-01/roles/label/F1Header").text Year/Period of Report:
End of: [@ferc:ReportYear @period=$currentDuration] 2018 / [@ferc:ReportPeriod @period=$currentDuration] Q4
taxonomy().concept(ferc:ScheduleHydroelectricGeneratingPlantStatisticsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F1Schedule").text HYDROELECTRIC GENERATING PLANT STATISTICS (Large Plants)
taxonomy().concept(ferc:ScheduleHydroelectricGeneratingPlantStatisticsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F1Instructions").text
  1. Large plants are hydro plants of 10,000 Kw or more of installed capacity (name plate ratings).
  2. If any plant is leased, operated under a license from the Federal Energy Regulatory Commission, or operated as a joint facility, indicate such facts in a footnote. If licensed project, give project number.
  3. If net peak demand for 60 minutes is not available, give that which is available specifying period.
  4. If a group of employees attends more than one generating plant, report on line 11 the approximate average number of employees assignable to each plant.
  5. The items under Cost of Plant represent accounts or combinations of accounts prescribed by the Uniform System of Accounts. Production Expenses do not include Purchased Power, System control and Load Dispatching, and Other Expenses classified as "Other Power Supply Expenses."
  6. Report as a separate plant any plant equipped with combinations of steam, hydro, internal combustion engine, or gas turbine equipment.
$data = navigate parent-child descendants from ferc:HydroelectricGeneratingPlantStatisticsLineItems role "http://ferc.gov/form/2020-01-01/roles/Schedule/F1/ScheduleHydroelectricGeneratingPlantStatistics" returns list (target-name, preferred-label, result-order); $plantSet = set({covered @ferc:LicensedProjectNumberAndHydroelectricPlantNameAxis = *}.dimension(ferc:LicensedProjectNumberAndHydroelectricPlantNameAxis)).sort; $plants = if $plantSet.length == 0 list(none,none,none,none,none) else $plantSet $data-labels = list(for $row in $data if $row[3] > 3 $concept = taxonomy().concept($row[1]); $row_num = (filter $concept.references("http://ferc.gov/form/2020-01-01/roles/reference/formLocation") where ($item.part-by-name(ferc-part:Schedule).part-value == "406 - Schedule - Hydroelectric Generating Plant Statistics (Large Plants)" and $item.part-by-name(ferc-part:ValueType).part-value.string == "Label")).to-list; $current = list(for $plant in $plants if exists([covered @concept = $row[1] @period = $currentDuration @ferc:LicensedProjectNumberAndHydroelectricPlantNameAxis=$plant]) and not($plant == none) first(list([covered @concept = $row[1] @period = $currentDuration @ferc:LicensedProjectNumberAndHydroelectricPlantNameAxis=$plant])) else if exists([covered @concept = $row[1] @period = $currentInstant @ferc:LicensedProjectNumberAndHydroelectricPlantNameAxis=$plant]) and not($plant == none) first(list([covered @concept = $row[1] @period = $currentInstant @ferc:LicensedProjectNumberAndHydroelectricPlantNameAxis=$plant])) else none); list($concept, $concept.label($row[2].role.uri).text, //Title of Account $current) else skip ); for $data-label in $data-labels
Line No.
Item
(a)
$plantSet = set({covered @ferc:LicensedProjectNumberAndHydroelectricPlantNameAxis = *}.dimension(ferc:LicensedProjectNumberAndHydroelectricPlantNameAxis)); $plants = if $plantSet.length == 0 list(none,none,none,none,none) else $plantSet $headings = list(for $plant in $plants list($plant, first(list([covered @ferc:LicensedProjectNumber @ferc:LicensedProjectNumberAndHydroelectricPlantNameAxis = $plant])), first(list([covered @ferc:PlantName @ferc:LicensedProjectNumberAndHydroelectricPlantNameAxis = $plant])) ) ); for $row in $headings.sort
FERC Licensed Project No.
$row[2] 123344
Plant Name:
$row[3] Test Plant 3
$data-label[1].name.local-name
$data-label[2] if $data-label[1].is-abstract "sch-title" else ""
for $plantID in $data-label[3] $plantID if $data-label[1].is-numeric "ixt4:num-dot-decimal" else none if $data-label[1].is-abstract "gray-out" else ""