pub struct FinancialStatementItem {Show 107 fields
pub disclosed_date: String,
pub disclosed_time: String,
pub local_code: String,
pub disclosure_number: String,
pub type_of_document: TypeOfDocument,
pub type_of_current_period: AccountingPeriod,
pub current_period_start_date: String,
pub current_period_end_date: String,
pub current_fiscal_year_start_date: String,
pub current_fiscal_year_end_date: String,
pub next_fiscal_year_start_date: Option<String>,
pub next_fiscal_year_end_date: Option<String>,
pub net_sales: String,
pub operating_profit: String,
pub ordinary_profit: String,
pub profit: String,
pub earnings_per_share: String,
pub diluted_earnings_per_share: String,
pub total_assets: String,
pub equity: String,
pub equity_to_asset_ratio: String,
pub book_value_per_share: String,
pub cash_flows_from_operating_activities: String,
pub cash_flows_from_investing_activities: String,
pub cash_flows_from_financing_activities: String,
pub cash_and_equivalents: String,
pub result_dividend_per_share_1st_quarter: String,
pub result_dividend_per_share_2nd_quarter: String,
pub result_dividend_per_share_3rd_quarter: String,
pub result_dividend_per_share_fiscal_year_end: String,
pub result_dividend_per_share_annual: String,
pub distributions_per_unit_reit: String,
pub result_total_dividend_paid_annual: String,
pub result_payout_ratio_annual: String,
pub forecast_dividend_per_share_1st_quarter: String,
pub forecast_dividend_per_share_2nd_quarter: String,
pub forecast_dividend_per_share_3rd_quarter: String,
pub forecast_dividend_per_share_fiscal_year_end: String,
pub forecast_dividend_per_share_annual: String,
pub forecast_distributions_per_unit_reit: String,
pub forecast_total_dividend_paid_annual: String,
pub forecast_payout_ratio_annual: String,
pub next_year_forecast_dividend_per_share_1st_quarter: String,
pub next_year_forecast_dividend_per_share_2nd_quarter: String,
pub next_year_forecast_dividend_per_share_3rd_quarter: String,
pub next_year_forecast_dividend_per_share_fiscal_year_end: String,
pub next_year_forecast_dividend_per_share_annual: String,
pub next_year_forecast_distributions_per_unit_reit: String,
pub next_year_forecast_payout_ratio_annual: String,
pub forecast_net_sales_2nd_quarter: String,
pub forecast_operating_profit_2nd_quarter: String,
pub forecast_ordinary_profit_2nd_quarter: String,
pub forecast_profit_2nd_quarter: String,
pub forecast_earnings_per_share_2nd_quarter: String,
pub next_year_forecast_net_sales_2nd_quarter: String,
pub next_year_forecast_operating_profit_2nd_quarter: String,
pub next_year_forecast_ordinary_profit_2nd_quarter: String,
pub next_year_forecast_profit_2nd_quarter: String,
pub next_year_forecast_earnings_per_share_2nd_quarter: String,
pub forecast_net_sales: String,
pub forecast_operating_profit: String,
pub forecast_ordinary_profit: String,
pub forecast_profit: String,
pub forecast_earnings_per_share: String,
pub next_year_forecast_net_sales: String,
pub next_year_forecast_operating_profit: String,
pub next_year_forecast_ordinary_profit: String,
pub next_year_forecast_profit: String,
pub next_year_forecast_earnings_per_share: String,
pub material_changes_in_subsidiaries: String,
pub significant_changes_in_the_scope_of_consolidation: Option<String>,
pub changes_based_on_revisions_of_accounting_standard: String,
pub changes_other_than_based_on_revisions_of_accounting_standard: String,
pub changes_in_accounting_estimates: String,
pub retrospective_restatement: String,
pub number_of_issued_and_outstanding_shares_at_the_end_of_fiscal_year_including_treasury_stock: String,
pub number_of_treasury_stock_at_the_end_of_fiscal_year: String,
pub average_number_of_shares: String,
pub non_consolidated_net_sales: String,
pub non_consolidated_operating_profit: String,
pub non_consolidated_ordinary_profit: String,
pub non_consolidated_profit: String,
pub non_consolidated_earnings_per_share: String,
pub non_consolidated_total_assets: String,
pub non_consolidated_equity: String,
pub non_consolidated_equity_to_asset_ratio: String,
pub non_consolidated_book_value_per_share: String,
pub forecast_non_consolidated_net_sales_2nd_quarter: String,
pub forecast_non_consolidated_operating_profit_2nd_quarter: String,
pub forecast_non_consolidated_ordinary_profit_2nd_quarter: String,
pub forecast_non_consolidated_profit_2nd_quarter: String,
pub forecast_non_consolidated_earnings_per_share_2nd_quarter: String,
pub next_year_forecast_non_consolidated_net_sales_2nd_quarter: String,
pub next_year_forecast_non_consolidated_operating_profit_2nd_quarter: String,
pub next_year_forecast_non_consolidated_ordinary_profit_2nd_quarter: String,
pub next_year_forecast_non_consolidated_profit_2nd_quarter: String,
pub next_year_forecast_non_consolidated_earnings_per_share_2nd_quarter: String,
pub forecast_non_consolidated_net_sales: String,
pub forecast_non_consolidated_operating_profit: String,
pub forecast_non_consolidated_ordinary_profit: String,
pub forecast_non_consolidated_profit: String,
pub forecast_non_consolidated_earnings_per_share: String,
pub next_year_forecast_non_consolidated_net_sales: String,
pub next_year_forecast_non_consolidated_operating_profit: String,
pub next_year_forecast_non_consolidated_ordinary_profit: String,
pub next_year_forecast_non_consolidated_profit: String,
pub next_year_forecast_non_consolidated_earnings_per_share: String,
}
Expand description
Represents a single financial statement item.
Fields§
§disclosed_date: String
Disclosed Date (YYYY-MM-DD)
disclosed_time: String
Disclosed Time (HH:MM:SS)
local_code: String
Issue Code (5-character)
disclosure_number: String
Disclosure Number
type_of_document: TypeOfDocument
Type of Document
type_of_current_period: AccountingPeriod
Type of Current Period (e.g., “3Q”)
current_period_start_date: String
Start date of current accounting period
current_period_end_date: String
End date of current accounting period
current_fiscal_year_start_date: String
Start date of current fiscal year
current_fiscal_year_end_date: String
End date of current fiscal year
next_fiscal_year_start_date: Option<String>
Start date of next fiscal year
Blank is set if disclosure information for the following fiscal year is not set.
next_fiscal_year_end_date: Option<String>
End date of next fiscal year
Blank is set if disclosure information for the following fiscal year is not set.
net_sales: String
Net Sales
operating_profit: String
Operating Profit
ordinary_profit: String
Ordinary Profit
profit: String
Profit
Earnings per share
Diluted Earnings per share
total_assets: String
Total Assets
equity: String
Equity
equity_to_asset_ratio: String
Equity to Asset Ratio
Book Value per Share
cash_flows_from_operating_activities: String
Cash Flows from Operating Activities
cash_flows_from_investing_activities: String
Cash Flows from Investing Activities
cash_flows_from_financing_activities: String
Cash Flows from Financing Activities
cash_and_equivalents: String
Cash and Equivalents
Result Dividend Per Share 1st Quarter
Result Dividend Per Share 2nd Quarter
Result Dividend Per Share 3rd Quarter
Result Dividend Per Share Fiscal Year End
Result Dividend Per Share Annual
distributions_per_unit_reit: String
Distributions Per Unit (REIT)
result_total_dividend_paid_annual: String
Result Total Dividend Paid Annual
result_payout_ratio_annual: String
Result Payout Ratio Annual
Forecast Dividend Per Share 1st Quarter
Forecast Dividend Per Share 2nd Quarter
Forecast Dividend Per Share 3rd Quarter
Forecast Dividend Per Share Fiscal Year End
Forecast Dividend Per Share Annual
forecast_distributions_per_unit_reit: String
Forecast Distributions Per Unit (REIT)
forecast_total_dividend_paid_annual: String
Forecast Total Dividend Paid Annual
forecast_payout_ratio_annual: String
Forecast Payout Ratio Annual
Next Year Forecast Dividend Per Share 1st Quarter
Next Year Forecast Dividend Per Share 2nd Quarter
Next Year Forecast Dividend Per Share 3rd Quarter
Next Year Forecast Dividend Per Share Fiscal Year End
Next Year Forecast Dividend Per Share Annual
next_year_forecast_distributions_per_unit_reit: String
Next Year Forecast Distributions Per Unit (REIT)
next_year_forecast_payout_ratio_annual: String
Next Year Forecast Payout Ratio Annual
forecast_net_sales_2nd_quarter: String
Forecast Net Sales 2nd Quarter
forecast_operating_profit_2nd_quarter: String
Forecast Operating Profit 2nd Quarter
forecast_ordinary_profit_2nd_quarter: String
Forecast Ordinary Profit 2nd Quarter
forecast_profit_2nd_quarter: String
Forecast Profit 2nd Quarter
Forecast Earnings Per Share 2nd Quarter
next_year_forecast_net_sales_2nd_quarter: String
Next Year Forecast Net Sales 2nd Quarter
next_year_forecast_operating_profit_2nd_quarter: String
Next Year Forecast Operating Profit 2nd Quarter
next_year_forecast_ordinary_profit_2nd_quarter: String
Next Year Forecast Ordinary Profit 2nd Quarter
next_year_forecast_profit_2nd_quarter: String
Next Year Forecast Profit 2nd Quarter
Next Year Forecast Earnings Per Share 2nd Quarter
forecast_net_sales: String
Forecast Net Sales at Fiscal Year End
forecast_operating_profit: String
Forecast Operating Profit at Fiscal Year End
forecast_ordinary_profit: String
Forecast Ordinary Profit at Fiscal Year End
forecast_profit: String
Forecast Profit at Fiscal Year End
Forecast Earnings Per Share at Fiscal Year End
next_year_forecast_net_sales: String
Next Year Forecast Net Sales at Fiscal Year End
next_year_forecast_operating_profit: String
Next Year Forecast Operating Profit at Fiscal Year End
next_year_forecast_ordinary_profit: String
Next Year Forecast Ordinary Profit at Fiscal Year End
next_year_forecast_profit: String
Next Year Forecast Profit at Fiscal Year End
Next Year Forecast Earnings Per Share at Fiscal Year End
material_changes_in_subsidiaries: String
Material Changes in Subsidiaries at Fiscal Year End
significant_changes_in_the_scope_of_consolidation: Option<String>
Significant Changes In The Scope Of Consolidation
changes_based_on_revisions_of_accounting_standard: String
Changes Based on Revisions of Accounting Standard
changes_other_than_based_on_revisions_of_accounting_standard: String
Changes Other Than Ones Based on Revisions of Accounting Standard
changes_in_accounting_estimates: String
Changes in Accounting Estimates
retrospective_restatement: String
Retrospective Restatement
Number of Issued and Outstanding Shares at the End of Fiscal Year Including Treasury Stock
number_of_treasury_stock_at_the_end_of_fiscal_year: String
Number of Treasury Stock at the End of Fiscal Year
Average Number of Shares
non_consolidated_net_sales: String
Non-Consolidated Net Sales at Fiscal Year End
non_consolidated_operating_profit: String
Non-Consolidated Operating Profit at Fiscal Year End
non_consolidated_ordinary_profit: String
Non-Consolidated Ordinary Profit at Fiscal Year End
non_consolidated_profit: String
Non-Consolidated Profit at Fiscal Year End
Non-Consolidated Earnings Per Share at Fiscal Year End
non_consolidated_total_assets: String
Non-Consolidated Total Assets at Fiscal Year End
non_consolidated_equity: String
Non-Consolidated Equity at Fiscal Year End
non_consolidated_equity_to_asset_ratio: String
Non-Consolidated Equity to Asset Ratio at Fiscal Year End
Non-Consolidated Book Value Per Share at Fiscal Year End
forecast_non_consolidated_net_sales_2nd_quarter: String
Forecast Non-Consolidated Net Sales 2nd Quarter
forecast_non_consolidated_operating_profit_2nd_quarter: String
Forecast Non-Consolidated Operating Profit 2nd Quarter
forecast_non_consolidated_ordinary_profit_2nd_quarter: String
Forecast Non-Consolidated Ordinary Profit 2nd Quarter
forecast_non_consolidated_profit_2nd_quarter: String
Forecast Non-Consolidated Profit 2nd Quarter
Forecast Non-Consolidated Earnings Per Share 2nd Quarter
next_year_forecast_non_consolidated_net_sales_2nd_quarter: String
Next Year Forecast Non-Consolidated Net Sales 2nd Quarter
next_year_forecast_non_consolidated_operating_profit_2nd_quarter: String
Next Year Forecast Non-Consolidated Operating Profit 2nd Quarter
next_year_forecast_non_consolidated_ordinary_profit_2nd_quarter: String
Next Year Forecast Non-Consolidated Ordinary Profit 2nd Quarter
next_year_forecast_non_consolidated_profit_2nd_quarter: String
Next Year Forecast Non-Consolidated Profit 2nd Quarter
Next Year Forecast Non-Consolidated Earnings Per Share 2nd Quarter
forecast_non_consolidated_net_sales: String
Forecast Non-Consolidated Net Sales at Fiscal Year End
forecast_non_consolidated_operating_profit: String
Forecast Non-Consolidated Operating Profit at Fiscal Year End
forecast_non_consolidated_ordinary_profit: String
Forecast Non-Consolidated Ordinary Profit at Fiscal Year End
forecast_non_consolidated_profit: String
Forecast Non-Consolidated Profit at Fiscal Year End
Forecast Non-Consolidated Earnings Per Share at Fiscal Year End
next_year_forecast_non_consolidated_net_sales: String
Next Year Forecast Non-Consolidated Net Sales at Fiscal Year End
next_year_forecast_non_consolidated_operating_profit: String
Next Year Forecast Non-Consolidated Operating Profit at Fiscal Year End
next_year_forecast_non_consolidated_ordinary_profit: String
Next Year Forecast Non-Consolidated Ordinary Profit at Fiscal Year End
next_year_forecast_non_consolidated_profit: String
Next Year Forecast Non-Consolidated Profit at Fiscal Year End
Next Year Forecast Non-Consolidated Earnings Per Share at Fiscal Year End
Trait Implementations§
Source§impl Clone for FinancialStatementItem
impl Clone for FinancialStatementItem
Source§fn clone(&self) -> FinancialStatementItem
fn clone(&self) -> FinancialStatementItem
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more