taxonomy().concept(ferc:ScheduleCapitalStockAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F6ScheduleTitle").text
Capital Stock (Account 70)
|
taxonomy().concept(ferc:ScheduleCapitalStockAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F6Instructions").text
- Report below the particulars (details) called for concerning common and preferred stock at end of year, distinguishing separate series of any general class. Show separate totals for common and preferred stock. If information to meet the stock exchange reporting requirement out lined in column (a) is available from the SEC 10-K Report form filing, a specific reference to the report form (i.e., year and company title) may be reported in column (a) provided the fiscal years for both the 10-K report and this report are compatible.
- Entries in column (b) should represent the number of shares authorized by the articles of incorporation as amended to end of year.
- Give particulars (details) concerning shares of any class and series of stock authorized to be issued by a regulatory commission which have not been issued.
- The identification of each class of preferred stock should show the dividend rate and whether the dividends are cumulative or noncumulative.
- State in a footnote if any capital stock which has been nominally issued is nominally outstanding at end of year.
- Give particulars (details) in column (a) of any nominally issued capital stock, reacquired stock, or stock in sinking and other funds which is pledged, stating name of pledgee and purpose of pledge.
|
|
|
|
|
|
OUTS.PER BAL. SHEET |
HELP BY RESP. AS TREAS. STOCK |
HELD BY RESP. IN SINK AND OTH. FUNDS |
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleCapitalStockAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "250 - Schedule - Capital Stock (Account 70)")
$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],taxonomy().concept(to-qname($row[3]))))
);
for $row in $heading_dict.keys.sort
$row
(a)
|
// adding a comment
$data2 = list(for $i in range(41)
list($i,none,none,none,none,none,none,none,none,none,none)
);
$data = if count(list({covered @ferc:CapitalStockAxis=*})) > 0
list({covered @ferc:CapitalStockAxis=* {list(
if list({@ferc:OrderNumber @unit=* @period=$currentDuration}).length > 0
first(list({@ferc:OrderNumber @unit=* @period=$currentDuration}))
else
0,
if exists({@ferc:CapitalStockDescription @unit @period=$currentDuration})
first(list({@ferc:CapitalStockDescription @unit @period=$currentDuration}))
else
none,
if exists({@ferc:CapitalStockSharesAuthorized @unit @period=$currentInstant})
first(list({@ferc:CapitalStockSharesAuthorized @unit @period=$currentInstant}))
else
none,
if exists({@ferc:CapitalStockParOrStatedValuePerShare @unit @period=$currentInstant})
first(list({@ferc:CapitalStockParOrStatedValuePerShare @unit @period=$currentInstant}))
else
none,
if exists({@ferc:CapitalStockCallPrice @unit @period=$currentInstant})
first(list({@ferc:CapitalStockCallPrice @unit @period=$currentInstant}))
else
none,
if exists({@ferc:CapitalStockSharesOutstanding @unit @period=$currentInstant})
first(list({@ferc:CapitalStockSharesOutstanding @unit @period=$currentInstant}))
else
none,
if exists({@ferc:CapitalStock @unit @period=$currentInstant})
first(list({@ferc:CapitalStock @unit @period=$currentInstant}))
else
none,
if exists({@ferc:CapitalStockSharesHeldAsReacquiredStock @unit @period=$currentInstant})
first(list({@ferc:CapitalStockSharesHeldAsReacquiredStock @unit @period=$currentInstant}))
else
none,
if exists({@ferc:TreasuryStock @unit @period=$currentInstant})
first(list({@ferc:TreasuryStock @unit @period=$currentInstant}))
else
none,
if exists({@ferc:CapitalStockSharesHeldInSinkingAndOtherFunds @unit @period=$currentInstant})
first(list({@ferc:CapitalStockSharesHeldInSinkingAndOtherFunds @unit @period=$currentInstant}))
else
none,
if exists({@ferc:CapitalStockValueHeldInSinkingAndOtherFunds @unit @period=$currentInstant})
first(list({@ferc:CapitalStockValueHeldInSinkingAndOtherFunds @unit @period=$currentInstant}))
else
none
)}})
else $data2;
$data3 = list(for $j in $data
if $j == list(0,none,none,none,none,none,none,none,none,none,none)
skip
else
$j);
$orders = set(for $x in $data3 $x[1]).sort;
for $order in $orders
for $row in $data3
if $row[1] != $order
skip
else
1
|
$row[2]
Common Stock
|
$row[3]
1,000,000 shares
|
$row[4]
$15
|
$row[5]
$0
|
$row[6]
585,333 shares
|
$row[7]
$8,779,995
|
$row[8]
0 shares
|
$row[9]
$0
|
$row[10]
0 shares
|
$row[11]
$0
|
42 |
taxonomy().concept(ferc:CapitalStockSharesAuthorized).label("http://ferc.gov/form/2020-01-01/roles/label/F6Total").text
Total
|
first(list([covered @concept=ferc:CapitalStockSharesAuthorized @period = $currentInstant]))
85,531,884
|
|
|
first(list([covered @concept=ferc:CapitalStockSharesOutstanding @period = $currentInstant]))
28,882,365
|
first(list([covered @concept=ferc:CapitalStock @period = $currentInstant]))
$28,882,365
|
|
|
|
|