taxonomy().concept(ferc:ScheduleResearchDevelopmentOrDemonstrationExpendituresAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F60ScheduleTitle").text
Charges for Outside Professional and Other Consultative Services
|
taxonomy().concept(ferc:ScheduleResearchDevelopmentOrDemonstrationExpendituresAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F60Instructions").text
- Describe each material research, development, or demonstration project that incurred costs by the service corporation during the year. Items less than $50,000 may be grouped, showing the number of items in each group.
|
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleResearchDevelopmentOrDemonstrationExpendituresAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "010 - Schedule - Research, Development, or Demonstration Expenditures")
$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
$row[3]
else
taxonomy().concept(to-qname($row[3]))))
);
for $row in $heading_dict.keys.sort
$row
(a)
|
1 |
taxonomy().concept(ferc:ResearchDevelopmentOrDemonstrationExpenditures).label("http://ferc.gov/form/2020-01-01/roles/label/F60Account").text
188
|
taxonomy().concept(ferc:ScheduleResearchDevelopmentOrDemonstrationExpendituresAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F60ResearchDevelopmentOrDemonstrationExpenditures").text
Research, Development, or Demonstration Expenditures
|
|
2 |
|
taxonomy().concept(ferc:ProjectDescription).label("http://ferc.gov/form/2020-01-01/roles/label/F60ResearchDevelopmentOrDemonstrationExpenditures2").text
Project List:
|
|
// adding a comment
$data2 = list(for $i in range(39)
list($i,none,none));
$data = if count(list({covered @ferc:ResearchDevelopmentOrDemonstrationExpendituresAxis=*})) > 0
list({covered @ferc:ResearchDevelopmentOrDemonstrationExpendituresAxis=* {list(
if list({@ferc:OrderNumber @unit=* @period = $currentDuration}).length > 0
first(list({@ferc:OrderNumber @unit=* @period = $currentDuration}))
else
0,
if exists({@ferc:ProjectDescription @unit @period = $currentDuration})
first(list({@ferc:ProjectDescription @unit @period = $currentDuration}))
else
none,
if exists({@ferc:ResearchDevelopmentOrDemonstrationExpenditures @unit @period = $currentInstant})
first(list({@ferc:ResearchDevelopmentOrDemonstrationExpenditures @unit @period = $currentInstant}))
else
none
)}})
else $data2;
$uniqueData = list(for $x in $data
if $x == list(0,none,none)
skip
else
$x
);
for $row in $uniqueData.sort
3
3
|
|
$row[2]
Various
|
$row[3]
$6,914,831
|
40 |
taxonomy().concept(ferc:ResearchDevelopmentOrDemonstrationExpenditures).label("http://ferc.gov/form/2020-01-01/roles/label/F60Total").text
TOTAL
|
|
max(list([covered @concept=ferc:ResearchDevelopmentOrDemonstrationExpenditures @period=$currentInstant]))
$6,914,831
|