ELECTRIC PRODUCTION, OTHER POWER SUPPLY EXPENSES, TRANSMISSION AND DISTRIBUTION EXPENSES |
taxonomy().concept(ferc:ScheduleElectricProductionOtherPowerTransmissionRegionalExpensesAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F1Schedule").text
ELECTRIC PRODUCTION, OTHER POWER SUPPLY EXPENSES, TRANSMISSION AND DISTRIBUTION EXPENSES
|
taxonomy().concept(ferc:ScheduleElectricProductionOtherPowerTransmissionRegionalExpensesAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F1Instructions").text
Report Electric production, other power supply expenses, transmission, regional market, and distribution expenses through the reporting period.
|
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleElectricProductionOtherPowerTransmissionRegionalExpensesAbstract ).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "F1Q - 324 - Schedule - Electric Production, Other Power, Transmission, Regional Expenses")
$headings = list(for $ref in $headings
list($ref.part-by-name(ferc-part:Column).part-value, $ref.part-by-name(ferc-part:ColumnName).part-value))
$heading_dict = dict(for $row in $headings
list("("+$row[1]+")",$row[2])
);
for $row in $heading_dict.keys.sort
$heading_dict[$row]
Title of Account
$row
(a)
|
$data = navigate parent-child descendants from ferc:ElectricProductionOtherPowerTransmissionRegionalExpensesLineItems role "http://ferc.gov/form/2020-01-01/roles/Schedule/F1Q/ScheduleElectricProductionOtherPowerSupplyTransmissionRegionalMarketAndDistributedExpenses" returns list (target-name, preferred-label);
$data-labels = list(for $row in $data
$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 == "F1Q - 324 - Schedule - Electric Production, Other Power, Transmission, Regional Expenses" and $item.part-by-name(ferc-part:ValueType).part-value.string == "Label")).to-list;
$current = if exists([covered @concept = $row[1] @period = $currentDuration])
first(list([covered @concept = $row[1] @period = $currentDuration]))
else
none
$prior = if exists([covered @concept = $row[1] @period = $priorDuration])
first(list([covered @concept = $row[1] @period = $priorDuration]))
else
none
list($concept,
$concept.label($row[2].role.uri).text,
if ($row_num.part-by-name(ferc-part:Row)).length == 0
"-"
else
($row_num.part-by-name(ferc-part:Row))[1].part-value,
$current,
$prior
));
for $rowl in $data-labels
$rowl[3]
1
|
|
$rowl[4]
if $rowl[1].is-abstract "gray-out" else ""
|