taxonomy().concept(ferc:ScheduleInvestmentsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F2ScheduleTitle").text
Investments (Account 123, 124, and 136)
|
taxonomy().concept(ferc:ScheduleInvestmentsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F2Instructions").text
- Report below investments in Accounts 123, Investments in Associated Companies, 124, Other Investments, and 136, Temporary Cash Investments. List Account number in column (a).
- Provide a subheading for each account and list thereunder the information called for:
(a) Investment in Securities-List and describe each security owned, giving name of issuer, date acquired and date of maturity. For bonds, also give principal amount, date of issue, maturity, and interest rate. For capital stock (including capital stock of respondent reacquired under a definite plan for resale pursuant to authorization by the Board of Directors, and included in Account 124, Other Investments) state number of shares, class, and series of stock. Minor investments may be grouped by classes. Investments included in Account 136, Temporary Cash Investments, also may be grouped by classes.
(b) Investment Advances-Report separately for each person or company the amounts of loans or investment advances that are properly includable in Account 123. Include advances subject to current repayment in Account 145 and 146. With respect to each advance, show whether the advance is a note or open account.List each note, giving date of issuance, maturity date, and specifying whether note is a renewal. Designate any advances due from officers, directors, stockholders, or employees.
- Designate with an asterisk in column (c) any securities, notes or accounts that were pledged, and in a footnote state the name of pledges and purpose of the pledge.
- If Commission approval was required for any advance made or security acquired, designate such fact in a footnote and cite Commission, date of authorization, and case or docket number.
- Report in column (l) interest and dividend revenues from investments including such revenues from securities disposed of during the year.
- In column (m) report for each investment disposed of during the year the gain or loss represented by the difference between cost of the investment (or the other amount at which carried in the books of account if different from cost) and the selling price thereof, not including any dividend or interest adjustment includible in column (l).
|
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleInvestmentsAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "222 - Schedule - Investments in Associated Companies (Account 123)")
$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(3)
list($i,none,none,none,none,none,none,none,none,none,none,none,none)
);
$data = if count(list({covered @ferc:InvestmentsAxis=*})) > 0
list({covered @ferc:InvestmentsAxis=* {list(
if exists({@ferc:OrderNumber @unit=* @period=$currentDuration})
first(list({@ferc:OrderNumber @unit=* @period=$currentDuration}))
else
0,
if list({@ferc:DescriptionOfInvestment @unit @period=$currentDuration}).length > 0
first(list({@ferc:DescriptionOfInvestment @unit @period=$currentDuration}))
else
none,
if list({@ferc:IndicatorInvestmentsArePledged @unit @period=$currentDuration}).length > 0
first(list({@ferc:IndicatorInvestmentsArePledged @unit @period=$currentDuration}))
else
none,
if list({@ferc:DateOfAcquisitionForInvestments @unit @period=$currentDuration}).length > 0
first(list({@ferc:DateOfAcquisitionForInvestments @unit @period=$currentDuration}))
else
none,
if list({@ferc:DateOfMaturityForInvestments @unit @period=$currentDuration}).length > 0
first(list({@ferc:DateOfMaturityForInvestments @unit @period=$currentDuration}))
else
none,
if list({@ferc:InvestmentInAssociatedCompanies @unit @period=$priorInstant}).length > 0
first(list({@ferc:InvestmentInAssociatedCompanies @unit @period=$priorInstant}))
else
none,
if list({@ferc:InvestmentsInAssociatedCompaniesPurchasesOrAdditions @unit @period=$currentDuration}).length > 0
first(list({@ferc:InvestmentsInAssociatedCompaniesPurchasesOrAdditions @unit @period=$currentDuration}))
else
none,
if list({@ferc:InvestmentsInAssociatedCompaniesSalesOrOtherDispositions @unit @period=$currentDuration}).length > 0
first(list({@ferc:InvestmentsInAssociatedCompaniesSalesOrOtherDispositions @unit @period=$currentDuration}))
else
none,
if list({@ferc:InvestmentsInBondsPrincipal @unit @period=$currentInstant}).length > 0
first(list({@ferc:InvestmentsInBondsPrincipal @unit @period=$currentInstant}))
else
none,
if list({@ferc:InvestmentsInCapitalStockNumberOfSharesForInvestments @unit @period=$currentInstant}).length > 0
first(list({@ferc:InvestmentsInCapitalStockNumberOfSharesForInvestments @unit @period=$currentInstant}))
else
none,
if list({@ferc:InvestmentInAssociatedCompanies @unit @period=$currentInstant}).length > 0
first(list({@ferc:InvestmentInAssociatedCompanies @unit @period=$currentInstant}))
else
none,
if list({@ferc:InvestmentsInAssociatedCompaniesRevenues @unit @period=$currentDuration}).length > 0
first(list({@ferc:InvestmentsInAssociatedCompaniesRevenues @unit @period=$currentDuration}))
else
none,
if list({@ferc:InvestmentsInAssociatedCompaniesGainOrLossFromInvestmentDisposed @unit @period=$currentDuration}).length > 0
first(list({@ferc:InvestmentsInAssociatedCompaniesGainOrLossFromInvestmentDisposed @unit @period=$currentDuration}))
else none
)}})
else $data2;
$uniqueData = list(for $x in $data
if $x == list(0,none,none,none,none,none,none,none,none,none,none,none,none)
skip
else
if list({covered @ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost}).length > 0
skip
else
$x
);
for $row in $uniqueData.sort
1
|
$row[2]
Investments in ABC Pipeline Company
|
$row[3]
*
|
$row[4]
01/01/2015
|
$row[5]
12/31/2018
|
$row[6]
$2,000,000
|
$row[7]
$2,000,000
|
$row[8]
$2,000,000
|
$row[9]
$2,000,000
|
$row[10]
$2,000,000
|
$row[11]
$2,000,000
|
$row[12]
$2,000,000
|
$row[13]
$2,000,000
|
$group1 = if count(list([covered @ferc:InvestmentInAssociatedCompanies @ferc:InvestmentsAxis=*])) > 0
count(list([covered @ferc:InvestmentInAssociatedCompanies @ferc:InvestmentsAxis=*]))
else
if list({covered @ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost}).length > 0
0
else 3;
$group1 + 1
1
|
taxonomy().concept(ferc:InvestmentInAssociatedCompanies).label("http://ferc.gov/form/2020-01-01/roles/label/F2Total").text
Subtotal for Account 123
|
|
|
|
max(list([covered @concept=ferc:InvestmentInAssociatedCompanies @period=$priorInstant]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsInAssociatedCompaniesPurchasesOrAdditions @period=$currentDuration]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsInAssociatedCompaniesSalesOrOtherDispositions @period=$currentDuration]))
$4,080,200
|
|
|
max(list([covered @concept=ferc:InvestmentInAssociatedCompanies @period=$currentInstant]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsInAssociatedCompaniesRevenues @period=$currentDuration]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsInAssociatedCompaniesGainOrLossFromInvestmentDisposed @period=$currentDuration]))
$4,080,200
|
// adding a comment
$data2 = list(for $i in range(3)
list($i,none,none,none,none,none,none,none,none,none,none,none,none)
);
$data = if count(list({covered @ferc:OtherInvestmentsAxis=*})) > 0
list({covered @ferc:OtherInvestmentsAxis=* {list(
if exists({@ferc:OrderNumber @unit=* @period=$currentDuration})
first(list({@ferc:OrderNumber @unit=* @period=$currentDuration}))
else
0,
if exists({@ferc:DescriptionOfInvestment @unit @period=$currentDuration})
first(list({@ferc:DescriptionOfInvestment @unit @period=$currentDuration}))
else
none,
if exists({@ferc:IndicatorInvestmentsArePledged @unit @period=$currentDuration})
first(list({@ferc:IndicatorInvestmentsArePledged @unit @period=$currentDuration}))
else
none,
if exists({@ferc:DateOfAcquisitionForInvestments @unit @period=$currentDuration})
first(list({@ferc:DateOfAcquisitionForInvestments @unit @period=$currentDuration}))
else
none,
if exists({@ferc:DateOfMaturityForInvestments @unit @period=$currentDuration})
first(list({@ferc:DateOfMaturityForInvestments @unit @period=$currentDuration}))
else
none,
if exists({@ferc:OtherInvestments @unit @period=$priorInstant})
first(list({@ferc:OtherInvestments @unit @period=$priorInstant}))
else
none,
if exists({@ferc:InvestmentsInOtherInvestmentsPurchasesOrAdditions @unit @period=$currentDuration})
first(list({@ferc:InvestmentsInOtherInvestmentsPurchasesOrAdditions @unit @period=$currentDuration}))
else
none,
if exists({@ferc:InvestmentsInOtherInvestmentsSalesOrOtherDispositions @unit @period=$currentDuration})
first(list({@ferc:InvestmentsInOtherInvestmentsSalesOrOtherDispositions @unit @period=$currentDuration}))
else
none,
if exists({@ferc:InvestmentsInBondsPrincipal @unit @period=$currentInstant})
first(list({@ferc:InvestmentsInBondsPrincipal @unit @period=$currentInstant}))
else
none,
if exists({@ferc:InvestmentsInCapitalStockNumberOfSharesForInvestments @unit @period=$currentInstant})
first(list({@ferc:InvestmentsInCapitalStockNumberOfSharesForInvestments @unit @period=$currentInstant}))
else
none,
if exists({@ferc:OtherInvestments @unit @period=$currentInstant})
first(list({@ferc:OtherInvestments @unit @period=$currentInstant}))
else
none,
if exists({@ferc:InvestmentsInOtherInvestmentsRevenues @unit @period=$currentDuration})
first(list({@ferc:InvestmentsInOtherInvestmentsRevenues @unit @period=$currentDuration}))
else
none,
if exists({@ferc:InvestmentsInOtherInvestmentsGainOrLossFromInvestmentDisposed @unit @period=$currentDuration})
first(list({@ferc:InvestmentsInOtherInvestmentsGainOrLossFromInvestmentDisposed @unit @period=$currentDuration}))
else
none
)}})
else $data2;
$uniqueData = list(for $x in $data
if $x == list(0,none,none,none,none,none,none,none,none,none,none,none,none)
skip
else
if list({covered @ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost}).length > 0
skip
else
$x
);
for $row in $uniqueData.sort
5
|
$row[2]
Investments in ABC Pipeline Company
|
$row[3]
*
|
$row[4]
01/01/2015
|
$row[5]
12/31/2018
|
$row[6]
$2,000,000
|
$row[7]
$2,000,000
|
$row[8]
$2,000,000
|
$row[9]
$2,000,000
|
$row[10]
$2,000,000
|
$row[11]
$2,000,000
|
$row[12]
$2,000,000
|
$row[13]
$2,000,000
|
$group2 = if count(list([covered @ferc:DescriptionOfInvestment @ferc:OtherInvestmentsAxis=*])) > 0
count(list([covered @ferc:DescriptionOfInvestment @ferc:OtherInvestmentsAxis=*]))
else
if list({covered @ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost}).length > 0
0
else
3;
$group2 +1
8
|
taxonomy().concept(ferc:OtherInvestments).label("http://ferc.gov/form/2020-01-01/roles/label/F2Total").text
Subtotal for Account 124
|
|
|
|
max(list([covered @concept=ferc:OtherInvestments @period=$priorInstant]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsInOtherInvestmentsPurchasesOrAdditions @period=$currentDuration]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsInOtherInvestmentsSalesOrOtherDispositions @period=$currentDuration]))
$4,080,200
|
|
|
max(list([covered @concept=ferc:OtherInvestments @period=$currentInstant]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsInOtherInvestmentsRevenues @period=$currentDuration]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsInOtherInvestmentsGainOrLossFromInvestmentDisposed @period=$currentDuration]))
$4,080,200
|
// adding a comment
$data2 = list(for $i in range(3)
list($i,none,none,none,none,none,none,none,none,none,none,none,none)
);
$data = if count(list({covered @ferc:TemporaryCashInvestmentsAxis=*})) > 0
list({covered @ferc:TemporaryCashInvestmentsAxis=* {list(
if exists({@ferc:OrderNumber @unit=* @period=$currentDuration})
first(list({@ferc:OrderNumber @unit=* @period=$currentDuration}))
else
0,
if exists({@ferc:DescriptionOfInvestment @unit @period=$currentDuration})
first(list({@ferc:DescriptionOfInvestment @unit @period=$currentDuration} ))
else none,
if exists({@ferc:IndicatorInvestmentsArePledged @unit @period=$currentDuration})
first(list({@ferc:IndicatorInvestmentsArePledged @unit @period=$currentDuration} ))
else none,
if exists({@ferc:DateOfAcquisitionForInvestments @unit @period=$currentDuration})
first(list({@ferc:DateOfAcquisitionForInvestments @unit @period=$currentDuration} ))
else none,
if exists({@ferc:DateOfMaturityForInvestments @unit @period=$currentDuration})
first(list({@ferc:DateOfMaturityForInvestments @unit @period=$currentDuration} ))
else none,
if exists({@ferc:TemporaryCashInvestments @unit @period=$priorInstant})
first(list({@ferc:TemporaryCashInvestments @unit @period=$priorInstant} ))
else none,
if exists({@ferc:InvestmentsToInvestTemporaryCashPurchasesOrAdditions @unit @period=$currentDuration})
first(list({@ferc:InvestmentsToInvestTemporaryCashPurchasesOrAdditions @unit @period=$currentDuration} ))
else none,
if exists({@ferc:InvestmentsToInvestTemporaryCashSalesOrOtherDispositions @unit @period=$currentDuration})
first(list({@ferc:InvestmentsToInvestTemporaryCashSalesOrOtherDispositions @unit @period=$currentDuration} ))
else none,
if exists({@ferc:InvestmentsInBondsPrincipal @unit @period=$currentInstant})
first(list({@ferc:InvestmentsInBondsPrincipal @unit @period=$currentInstant} ))
else none,
if exists({@ferc:InvestmentsInCapitalStockNumberOfSharesForInvestments @unit @period=$currentInstant})
first(list({@ferc:InvestmentsInCapitalStockNumberOfSharesForInvestments @unit @period=$currentInstant} ))
else none,
if exists({@ferc:TemporaryCashInvestments @unit @period=$currentInstant})
first(list({@ferc:TemporaryCashInvestments @unit @period=$currentInstant} ))
else none,
if exists({@ferc:InvestmentsToInvestTemporaryCashRevenues @unit @period=$currentDuration})
first(list({@ferc:InvestmentsToInvestTemporaryCashRevenues @unit @period=$currentDuration} ))
else none,
if exists({@ferc:InvestmentsToInvestTemporaryCashInvestmentsGainOrLossFromInvestmentDisposed @unit @period=$currentDuration})
first(list({@ferc:InvestmentsToInvestTemporaryCashInvestmentsGainOrLossFromInvestmentDisposed @unit @period=$currentDuration} ))
else none
)}})
else $data2;
$uniqueData = list(for $x in $data
if $x == list(0,none,none,none,none,none,none,none,none,none,none,none,none)
skip
else
if list({covered @ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost}).length > 0
skip
else
$x
);
for $row in $uniqueData.sort
12
|
$row[2]
Investments in ABC Pipeline Company
|
$row[3]
*
|
$row[4]
01/01/2015
|
$row[5]
12/31/2018
|
$row[6]
$2,000,000
|
$row[7]
$2,000,000
|
$row[8]
$2,000,000
|
$row[9]
$2,000,000
|
$row[10]
$2,000,000
|
$row[11]
$2,000,000
|
$row[12]
$2,000,000
|
$row[13]
$2,000,000
|
$group3 = if count(list([covered @ferc:DescriptionOfInvestment @ferc:TemporaryCashInvestmentsAxis=*])) > 0
count(list([covered @ferc:DescriptionOfInvestment @ferc:TemporaryCashInvestmentsAxis=*]))
else
if list({covered @ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost}).length > 0
0
else
3;
$group3 +1
12
|
taxonomy().concept(ferc:TemporaryCashInvestments).label("http://ferc.gov/form/2020-01-01/roles/label/F2Total").text
Subtotal for Account 124
|
|
|
|
max(list([covered @concept=ferc:TemporaryCashInvestments @period=$priorInstant]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsToInvestTemporaryCashPurchasesOrAdditions @period=$currentDuration]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsToInvestTemporaryCashSalesOrOtherDispositions @period=$currentDuration]))
$4,080,200
|
|
|
max(list([covered @concept=ferc:TemporaryCashInvestments @period=$currentInstant]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsToInvestTemporaryCashRevenues @period=$currentDuration]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsToInvestTemporaryCashInvestmentsGainOrLossFromInvestmentDisposed @period=$currentDuration]))
$4,080,200
|
// adding a comment
$data = if count(list({covered @ferc:InvestmentsAxis=*})) > 0
list({covered @ferc:InvestmentsAxis=* {list(
if list({@ferc:OrderNumber @unit=* @period=$currentDuration}).length > 0
{@ferc:OrderNumber @unit=* @period=$currentDuration}
else
0,
if list({@ferc:DescriptionOfInvestment @unit @period=$currentDuration}).length > 0
first(list({@ferc:DescriptionOfInvestment @unit @period=$currentDuration}))
else
none,
if list({@ferc:IndicatorInvestmentsArePledged @unit @period=$currentDuration}).length > 0
first(list({@ferc:IndicatorInvestmentsArePledged @unit @period=$currentDuration} ))
else
none,
if list({@ferc:DateOfAcquisitionForInvestments @unit @period=$currentDuration}).length > 0
first(list({@ferc:DateOfAcquisitionForInvestments @unit @period=$currentDuration} ))
else
none,
if list({@ferc:DateOfMaturityForInvestments @unit @period=$currentDuration}).length > 0
first(list({@ferc:DateOfMaturityForInvestments @unit @period=$currentDuration}))
else
none,
if list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost @unit @period=$priorInstant}).length > 0
first(list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost @unit @period=$priorInstant} ))
else
none,
if list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsPurchasesOrAdditions @unit @period=$currentDuration}).length > 0
first(list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsPurchasesOrAdditions @unit @period=$currentDuration} ))
else
none,
if list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsSalesOrOtherDispositions @unit @period=$currentDuration}).length > 0
first(list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsSalesOrOtherDispositions @unit @period=$currentDuration} ))
else
none,
if list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsPrincipalAmountOrNumberOfShares @unit @period=$currentDuration}).length > 0
first(list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsPrincipalAmountOrNumberOfShares @unit @period=$currentDuration} ))
else none,
none,
if list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost @unit @period=$currentInstant}).length > 0
first(list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost @unit @period=$currentInstant} ))
else
none,
if list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsRevenues @unit @period=$currentDuration}).length > 0
first(list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsRevenues @unit @period=$currentDuration} ))
else
none,
if list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsGainOrLossFromInvestmentDisposedOf @unit @period=$currentDuration}).length > 0
first(list({@ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsGainOrLossFromInvestmentDisposedOf @unit @period=$currentDuration} ))
else
none
)}})
else skip;
$uniqueData = list(for $x in $data
if $x == list(0,none,none,none,none,none,none,none,none,none,none,none,none)
skip
else
$x
);
for $row in $uniqueData.sort
1
|
$row[2]
Investments in ABC Pipeline Company
|
$row[3]
*
|
$row[4]
01/01/2015
|
$row[5]
12/31/2018
|
$row[6]
$2,000,000
|
$row[7]
$2,000,000
|
$row[8]
$2,000,000
|
$row[9]
$2,000,000
|
$row[10]
2,000 shares
|
$row[11]
$2,000,000
|
$row[12]
$2,000,000
|
$row[13]
$2,000,000
|
$group1 = if count(list([covered @ferc:DescriptionOfInvestment @ferc:InvestmentsAxis=*])) > 0
count(list([covered @ferc:DescriptionOfInvestment @ferc:InvestmentsAxis=*]))
else
3;
$group1 + 1
1
|
taxonomy().concept(ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost).label("http://ferc.gov/form/2020-01-01/roles/label/F2Total").text
Subtotal for Account 123
|
|
|
|
max(list([covered @concept=ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost @period=$priorInstant]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsPurchasesOrAdditions @period=$currentDuration]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsSalesOrOtherDispositions @period=$currentDuration]))
$4,080,200
|
|
|
max(list([covered @concept=ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsAtBookCost @period=$currentInstant]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsRevenues @period=$currentDuration]))
$4,080,200
|
max(list([covered @concept=ferc:InvestmentsInAssociatedCompaniesOtherInvestmentsAndTemporaryCashInvestmentsGainOrLossFromInvestmentDisposedOf @period=$currentDuration]))
$4,080,200
|