/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2023 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
using System;
using System.Linq;
using Python.Runtime;
using Newtonsoft.Json;
using System.Collections.Generic;
using QuantConnect.Data.UniverseSelection;
namespace QuantConnect.Data.Fundamental
{
///
/// Definition of the CashFlowStatement class
///
public class CashFlowStatement : ReusuableCLRObject
{
///
/// Filing date of the Cash Flow Statement.
///
///
/// Morningstar DataId: 26296
///
[JsonProperty("26296")]
public CashFlowFileDate CFFileDate => _cFFileDate ??= new(_timeProvider, _securityIdentifier);
private CashFlowFileDate _cFFileDate;
///
/// The systematic and rational apportionment of the acquisition cost of intangible operational assets to future periods in which the benefits contribute to revenue. This field is to include Amortization and any variation where Amortization is the first account listed in the line item, excluding Amortization of Intangibles.
///
///
/// Morningstar DataId: 26000
///
[JsonProperty("26000")]
public AmortizationCashFlowStatement Amortization => _amortization ??= new(_timeProvider, _securityIdentifier);
private AmortizationCashFlowStatement _amortization;
///
/// Funds used by a company to acquire or upgrade physical assets such as property, industrial buildings or equipment. This type of outlay is made by companies to maintain or increase the scope of their operations. Capital expenditures are generally depreciated or depleted over their useful life, as distinguished from repairs, which are subtracted from the income of the current year.
///
///
/// Morningstar DataId: 26005
///
[JsonProperty("26005")]
public CapitalExpenditureCashFlowStatement CapitalExpenditure => _capitalExpenditure ??= new(_timeProvider, _securityIdentifier);
private CapitalExpenditureCashFlowStatement _capitalExpenditure;
///
/// Payments for the cash dividends declared by an entity to shareholders during the period. This element includes paid and unpaid dividends declared during the period for both common and preferred stock.
///
///
/// Morningstar DataId: 26007
///
[JsonProperty("26007")]
public CashDividendsPaidCashFlowStatement CashDividendsPaid => _cashDividendsPaid ??= new(_timeProvider, _securityIdentifier);
private CashDividendsPaidCashFlowStatement _cashDividendsPaid;
///
/// Cash generated by or used in financing activities of continuing operations; excludes cash flows from discontinued operations.
///
///
/// Morningstar DataId: 26008
///
[JsonProperty("26008")]
public CashFlowFromContinuingFinancingActivitiesCashFlowStatement CashFlowFromContinuingFinancingActivities => _cashFlowFromContinuingFinancingActivities ??= new(_timeProvider, _securityIdentifier);
private CashFlowFromContinuingFinancingActivitiesCashFlowStatement _cashFlowFromContinuingFinancingActivities;
///
/// Cash generated by or used in investing activities of continuing operations; excludes cash flows from discontinued operations.
///
///
/// Morningstar DataId: 26009
///
[JsonProperty("26009")]
public CashFlowFromContinuingInvestingActivitiesCashFlowStatement CashFlowFromContinuingInvestingActivities => _cashFlowFromContinuingInvestingActivities ??= new(_timeProvider, _securityIdentifier);
private CashFlowFromContinuingInvestingActivitiesCashFlowStatement _cashFlowFromContinuingInvestingActivities;
///
/// Cash generated by or used in operating activities of continuing operations; excludes cash flows from discontinued operations.
///
///
/// Morningstar DataId: 26010
///
[JsonProperty("26010")]
public CashFlowFromContinuingOperatingActivitiesCashFlowStatement CashFlowFromContinuingOperatingActivities => _cashFlowFromContinuingOperatingActivities ??= new(_timeProvider, _securityIdentifier);
private CashFlowFromContinuingOperatingActivitiesCashFlowStatement _cashFlowFromContinuingOperatingActivities;
///
/// The aggregate amount of cash flow from discontinued operation, including operating activities, investing activities, and financing activities.
///
///
/// Morningstar DataId: 26011
///
[JsonProperty("26011")]
public CashFlowFromDiscontinuedOperationCashFlowStatement CashFlowFromDiscontinuedOperation => _cashFlowFromDiscontinuedOperation ??= new(_timeProvider, _securityIdentifier);
private CashFlowFromDiscontinuedOperationCashFlowStatement _cashFlowFromDiscontinuedOperation;
///
/// The net cash inflow (outflow) from financing activity for the period, which involve changes to the long-term liabilities and stockholders' equity.
///
///
/// Morningstar DataId: 26012
///
[JsonProperty("26012")]
public FinancingCashFlowCashFlowStatement FinancingCashFlow => _financingCashFlow ??= new(_timeProvider, _securityIdentifier);
private FinancingCashFlowCashFlowStatement _financingCashFlow;
///
/// An item on the cash flow statement that reports the aggregate change in a company's cash position resulting from any gains (or losses) from investments in the financial markets and operating subsidiaries, and changes resulting from amounts spent on investments in capital assets such as plant and equipment.
///
///
/// Morningstar DataId: 26013
///
[JsonProperty("26013")]
public InvestingCashFlowCashFlowStatement InvestingCashFlow => _investingCashFlow ??= new(_timeProvider, _securityIdentifier);
private InvestingCashFlowCashFlowStatement _investingCashFlow;
///
/// The net cash from (used in) all of the entity's operating activities, including those of discontinued operations, of the reporting entity. Operating activities include all transactions and events that are not defined as investing or financing activities. Operating activities generally involve producing and delivering goods and providing services. Cash flows from operating activities are generally the cash effects of transactions and other events that enter into the determination of net income.
///
///
/// Morningstar DataId: 26014
///
[JsonProperty("26014")]
public OperatingCashFlowCashFlowStatement OperatingCashFlow => _operatingCashFlow ??= new(_timeProvider, _securityIdentifier);
private OperatingCashFlowCashFlowStatement _operatingCashFlow;
///
/// The cash and equivalents balance at the beginning of the accounting period, as indicated on the Cash Flow statement.
///
///
/// Morningstar DataId: 26015
///
[JsonProperty("26015")]
public BeginningCashPositionCashFlowStatement BeginningCashPosition => _beginningCashPosition ??= new(_timeProvider, _securityIdentifier);
private BeginningCashPositionCashFlowStatement _beginningCashPosition;
///
/// The cash and cash equivalents balance at the end of the accounting period, as indicated on the Cash Flow statement. It is equal to the Beginning Cash and Equivalents, plus the Net Change in Cash and Equivalents.
///
///
/// Morningstar DataId: 26016
///
[JsonProperty("26016")]
public EndCashPositionCashFlowStatement EndCashPosition => _endCashPosition ??= new(_timeProvider, _securityIdentifier);
private EndCashPositionCashFlowStatement _endCashPosition;
///
/// Cash generated by or used in financing activities of discontinued operations; excludes cash flows from continued operations.
///
///
/// Morningstar DataId: 26018
///
[JsonProperty("26018")]
public CashFromDiscontinuedFinancingActivitiesCashFlowStatement CashFromDiscontinuedFinancingActivities => _cashFromDiscontinuedFinancingActivities ??= new(_timeProvider, _securityIdentifier);
private CashFromDiscontinuedFinancingActivitiesCashFlowStatement _cashFromDiscontinuedFinancingActivities;
///
/// The net cash inflow (outflow) from discontinued investing activities over the designated time period.
///
///
/// Morningstar DataId: 26020
///
[JsonProperty("26020")]
public CashFromDiscontinuedInvestingActivitiesCashFlowStatement CashFromDiscontinuedInvestingActivities => _cashFromDiscontinuedInvestingActivities ??= new(_timeProvider, _securityIdentifier);
private CashFromDiscontinuedInvestingActivitiesCashFlowStatement _cashFromDiscontinuedInvestingActivities;
///
/// The increase or decrease between periods of the account payables.
///
///
/// Morningstar DataId: 26022
///
[JsonProperty("26022")]
public ChangeInAccountPayableCashFlowStatement ChangeInAccountPayable => _changeInAccountPayable ??= new(_timeProvider, _securityIdentifier);
private ChangeInAccountPayableCashFlowStatement _changeInAccountPayable;
///
/// The increase or decrease between periods of the tax payables.
///
///
/// Morningstar DataId: 26024
///
[JsonProperty("26024")]
public ChangeInTaxPayableCashFlowStatement ChangeInTaxPayable => _changeInTaxPayable ??= new(_timeProvider, _securityIdentifier);
private ChangeInTaxPayableCashFlowStatement _changeInTaxPayable;
///
/// The increase or decrease between periods of the accrued expenses.
///
///
/// Morningstar DataId: 26025
///
[JsonProperty("26025")]
public ChangeInAccruedExpenseCashFlowStatement ChangeInAccruedExpense => _changeInAccruedExpense ??= new(_timeProvider, _securityIdentifier);
private ChangeInAccruedExpenseCashFlowStatement _changeInAccruedExpense;
///
/// The net change during the reporting period in investment income that has been earned but not yet received in cash.
///
///
/// Morningstar DataId: 26026
///
[JsonProperty("26026")]
public ChangeInAccruedInvestmentIncomeCashFlowStatement ChangeInAccruedInvestmentIncome => _changeInAccruedInvestmentIncome ??= new(_timeProvider, _securityIdentifier);
private ChangeInAccruedInvestmentIncomeCashFlowStatement _changeInAccruedInvestmentIncome;
///
/// The net change between the beginning and ending balance of cash and cash equivalents.
///
///
/// Morningstar DataId: 26027
///
[JsonProperty("26027")]
public ChangesInCashCashFlowStatement ChangesInCash => _changesInCash ??= new(_timeProvider, _securityIdentifier);
private ChangesInCashCashFlowStatement _changesInCash;
///
/// The change of the unamortized portion as of the balance sheet date of capitalized costs that vary with and are primarily related to the acquisition of new and renewal insurance contracts.
///
///
/// Morningstar DataId: 26028
///
[JsonProperty("26028")]
public ChangeInDeferredAcquisitionCostsCashFlowStatement ChangeInDeferredAcquisitionCosts => _changeInDeferredAcquisitionCosts ??= new(_timeProvider, _securityIdentifier);
private ChangeInDeferredAcquisitionCostsCashFlowStatement _changeInDeferredAcquisitionCosts;
///
/// The amount shown on the books that a bank with insufficient reserves borrows, at the federal funds rate, from another bank to meet its reserve requirements and the amount of securities that an institution sells and agrees to repurchase at a specified date for a specified price, net of any reductions or offsets.
///
///
/// Morningstar DataId: 26030
///
[JsonProperty("26030")]
public ChangeInFederalFundsAndSecuritiesSoldForRepurchaseCashFlowStatement ChangeInFederalFundsAndSecuritiesSoldForRepurchase => _changeInFederalFundsAndSecuritiesSoldForRepurchase ??= new(_timeProvider, _securityIdentifier);
private ChangeInFederalFundsAndSecuritiesSoldForRepurchaseCashFlowStatement _changeInFederalFundsAndSecuritiesSoldForRepurchase;
///
/// The net change during the reporting period associated with funds withheld.
///
///
/// Morningstar DataId: 26031
///
[JsonProperty("26031")]
public ChangeInFundsWithheldCashFlowStatement ChangeInFundsWithheld => _changeInFundsWithheld ??= new(_timeProvider, _securityIdentifier);
private ChangeInFundsWithheldCashFlowStatement _changeInFundsWithheld;
///
/// The increase or decrease between periods of the income tax payables.
///
///
/// Morningstar DataId: 26032
///
[JsonProperty("26032")]
public ChangeInIncomeTaxPayableCashFlowStatement ChangeInIncomeTaxPayable => _changeInIncomeTaxPayable ??= new(_timeProvider, _securityIdentifier);
private ChangeInIncomeTaxPayableCashFlowStatement _changeInIncomeTaxPayable;
///
/// The increase or decrease between periods of the interest payable. Interest payable means carrying value as of the balance sheet date of interest payable on all forms of debt.
///
///
/// Morningstar DataId: 26033
///
[JsonProperty("26033")]
public ChangeInInterestPayableCashFlowStatement ChangeInInterestPayable => _changeInInterestPayable ??= new(_timeProvider, _securityIdentifier);
private ChangeInInterestPayableCashFlowStatement _changeInInterestPayable;
///
/// The increase or decrease between periods of the Inventories. Inventories represent merchandise bought for resale and supplies and raw materials purchased for use in revenue producing operations.
///
///
/// Morningstar DataId: 26034
///
[JsonProperty("26034")]
public ChangeInInventoryCashFlowStatement ChangeInInventory => _changeInInventory ??= new(_timeProvider, _securityIdentifier);
private ChangeInInventoryCashFlowStatement _changeInInventory;
///
/// The net change that a lender gives money or property to a borrower and the borrower agrees to return the property or repay the borrowed money, along with interest, at a predetermined date in the future.
///
///
/// Morningstar DataId: 26035
///
[JsonProperty("26035")]
public ChangeInLoansCashFlowStatement ChangeInLoans => _changeInLoans ??= new(_timeProvider, _securityIdentifier);
private ChangeInLoansCashFlowStatement _changeInLoans;
///
/// The net change during the reporting period in the reserve account established to account for expected but unspecified losses.
///
///
/// Morningstar DataId: 26036
///
[JsonProperty("26036")]
public ChangeInLossAndLossAdjustmentExpenseReservesCashFlowStatement ChangeInLossAndLossAdjustmentExpenseReserves => _changeInLossAndLossAdjustmentExpenseReserves ??= new(_timeProvider, _securityIdentifier);
private ChangeInLossAndLossAdjustmentExpenseReservesCashFlowStatement _changeInLossAndLossAdjustmentExpenseReserves;
///
/// The increase or decrease between periods of the payables.
///
///
/// Morningstar DataId: 26040
///
[JsonProperty("26040")]
public ChangeInPayableCashFlowStatement ChangeInPayable => _changeInPayable ??= new(_timeProvider, _securityIdentifier);
private ChangeInPayableCashFlowStatement _changeInPayable;
///
/// The increase or decrease between periods of the payables and accrued expenses. Accrued expenses represent expenses incurred at the end of the reporting period but not yet paid; also called accrued liabilities. The accrued liability is shown under current liabilities in the balance sheet.
///
///
/// Morningstar DataId: 26041
///
[JsonProperty("26041")]
public ChangeInPayablesAndAccruedExpenseCashFlowStatement ChangeInPayablesAndAccruedExpense => _changeInPayablesAndAccruedExpense ??= new(_timeProvider, _securityIdentifier);
private ChangeInPayablesAndAccruedExpenseCashFlowStatement _changeInPayablesAndAccruedExpense;
///
/// The increase or decrease between periods of the prepaid assets.
///
///
/// Morningstar DataId: 26043
///
[JsonProperty("26043")]
public ChangeInPrepaidAssetsCashFlowStatement ChangeInPrepaidAssets => _changeInPrepaidAssets ??= new(_timeProvider, _securityIdentifier);
private ChangeInPrepaidAssetsCashFlowStatement _changeInPrepaidAssets;
///
/// The increase or decrease between periods of the receivables. Receivables are amounts due to be paid to the company from clients and other.
///
///
/// Morningstar DataId: 26045
///
[JsonProperty("26045")]
public ChangeInReceivablesCashFlowStatement ChangeInReceivables => _changeInReceivables ??= new(_timeProvider, _securityIdentifier);
private ChangeInReceivablesCashFlowStatement _changeInReceivables;
///
/// The net change during the reporting period in the amount of benefits the ceding insurer expects to recover on insurance policies ceded to other insurance entities as of the balance sheet date for all guaranteed benefit types.
///
///
/// Morningstar DataId: 26047
///
[JsonProperty("26047")]
public ChangeInReinsuranceRecoverableOnPaidAndUnpaidLossesCashFlowStatement ChangeInReinsuranceRecoverableOnPaidAndUnpaidLosses => _changeInReinsuranceRecoverableOnPaidAndUnpaidLosses ??= new(_timeProvider, _securityIdentifier);
private ChangeInReinsuranceRecoverableOnPaidAndUnpaidLossesCashFlowStatement _changeInReinsuranceRecoverableOnPaidAndUnpaidLosses;
///
/// The net cash inflow (outflow) for the net change associated with funds that are not available for withdrawal or use (such as funds held in escrow).
///
///
/// Morningstar DataId: 26049
///
[JsonProperty("26049")]
public ChangeInRestrictedCashCashFlowStatement ChangeInRestrictedCash => _changeInRestrictedCash ??= new(_timeProvider, _securityIdentifier);
private ChangeInRestrictedCashCashFlowStatement _changeInRestrictedCash;
///
/// The net change during the reporting period associated with trading account assets. Trading account assets are bought and held principally for the purpose of selling them in the near term (thus held for only a short period of time). Unrealized holding gains and losses for trading securities are included in earnings.
///
///
/// Morningstar DataId: 26050
///
[JsonProperty("26050")]
public ChangeInTradingAccountSecuritiesCashFlowStatement ChangeInTradingAccountSecurities => _changeInTradingAccountSecurities ??= new(_timeProvider, _securityIdentifier);
private ChangeInTradingAccountSecuritiesCashFlowStatement _changeInTradingAccountSecurities;
///
/// The increase or decrease between periods of the working capital. Working Capital is the amount left to the company to finance operations and expansion after current liabilities have been covered.
///
///
/// Morningstar DataId: 26053
///
[JsonProperty("26053")]
public ChangeInWorkingCapitalCashFlowStatement ChangeInWorkingCapital => _changeInWorkingCapital ??= new(_timeProvider, _securityIdentifier);
private ChangeInWorkingCapitalCashFlowStatement _changeInWorkingCapital;
///
/// The component of income tax expense for the period representing the net change in the entities deferred tax assets and liabilities pertaining to continuing operations.
///
///
/// Morningstar DataId: 26056
///
[JsonProperty("26056")]
public DeferredIncomeTaxCashFlowStatement DeferredIncomeTax => _deferredIncomeTax ??= new(_timeProvider, _securityIdentifier);
private DeferredIncomeTaxCashFlowStatement _deferredIncomeTax;
///
/// Future tax liability or asset, resulting from temporary differences between book (accounting) value of assets and liabilities, and their tax value. This arises due to differences between financial accounting for shareholders and tax accounting.
///
///
/// Morningstar DataId: 26057
///
[JsonProperty("26057")]
public DeferredTaxCashFlowStatement DeferredTax => _deferredTax ??= new(_timeProvider, _securityIdentifier);
private DeferredTaxCashFlowStatement _deferredTax;
///
/// Unlike depreciation and amortization, which mainly describe the deduction of expenses due to the aging of equipment and property, depletion is the actual physical reduction of natural resources by companies. For example, coalmines, oil fields and other natural resources are depleted on company accounting statements. This reduction in the quantity of resources is meant to assist in accurately identifying the value of the asset on the balance sheet.
///
///
/// Morningstar DataId: 26058
///
[JsonProperty("26058")]
public DepletionCashFlowStatement Depletion => _depletion ??= new(_timeProvider, _securityIdentifier);
private DepletionCashFlowStatement _depletion;
///
/// An expense recorded to allocate a tangible asset's cost over its useful life. Since it is a non-cash expense, it increases free cash flow while decreasing reported earnings.
///
///
/// Morningstar DataId: 26059
///
[JsonProperty("26059")]
public DepreciationCashFlowStatement Depreciation => _depreciation ??= new(_timeProvider, _securityIdentifier);
private DepreciationCashFlowStatement _depreciation;
///
/// The current period expense charged against earnings on long-lived, physical assets used in the normal conduct of business and not intended for resale to allocate or recognize the cost of assets over their useful lives; or to record the reduction in book value of an intangible asset over the benefit period of such asset.
///
///
/// Morningstar DataId: 26060
///
[JsonProperty("26060")]
public DepreciationAndAmortizationCashFlowStatement DepreciationAndAmortization => _depreciationAndAmortization ??= new(_timeProvider, _securityIdentifier);
private DepreciationAndAmortizationCashFlowStatement _depreciationAndAmortization;
///
/// It is a non cash charge that represents a reduction in the value of fixed assets due to wear, age or obsolescence. This figure also includes amortization of leased property, intangibles, and goodwill, and depletion. This non-cash item is an add-back to the cash flow statement.
///
///
/// Morningstar DataId: 26061
///
[JsonProperty("26061")]
public DepreciationAmortizationDepletionCashFlowStatement DepreciationAmortizationDepletion => _depreciationAmortizationDepletion ??= new(_timeProvider, _securityIdentifier);
private DepreciationAmortizationDepletionCashFlowStatement _depreciationAmortizationDepletion;
///
/// The effect of exchange rate changes on cash balances held in foreign currencies.
///
///
/// Morningstar DataId: 26063
///
[JsonProperty("26063")]
public EffectOfExchangeRateChangesCashFlowStatement EffectOfExchangeRateChanges => _effectOfExchangeRateChanges ??= new(_timeProvider, _securityIdentifier);
private EffectOfExchangeRateChangesCashFlowStatement _effectOfExchangeRateChanges;
///
/// The aggregate net change during the reporting period in moneys given as security, collateral, or margin deposits.
///
///
/// Morningstar DataId: 26069
///
[JsonProperty("26069")]
public IncreaseDecreaseInDepositCashFlowStatement IncreaseDecreaseInDeposit => _increaseDecreaseInDeposit ??= new(_timeProvider, _securityIdentifier);
private IncreaseDecreaseInDepositCashFlowStatement _increaseDecreaseInDeposit;
///
/// The increase or decrease between periods of common stock.
///
///
/// Morningstar DataId: 26071
///
[JsonProperty("26071")]
public NetCommonStockIssuanceCashFlowStatement NetCommonStockIssuance => _netCommonStockIssuance ??= new(_timeProvider, _securityIdentifier);
private NetCommonStockIssuanceCashFlowStatement _netCommonStockIssuance;
///
/// The increase or decrease between periods of debt.
///
///
/// Morningstar DataId: 26072
///
[JsonProperty("26072")]
public NetIssuancePaymentsOfDebtCashFlowStatement NetIssuancePaymentsOfDebt => _netIssuancePaymentsOfDebt ??= new(_timeProvider, _securityIdentifier);
private NetIssuancePaymentsOfDebtCashFlowStatement _netIssuancePaymentsOfDebt;
///
/// The increase or decrease between periods of long term debt. Long term debt includes notes payable, bonds payable, mortgage loans, convertible debt, subordinated debt and other types of long term debt.
///
///
/// Morningstar DataId: 26073
///
[JsonProperty("26073")]
public NetLongTermDebtIssuanceCashFlowStatement NetLongTermDebtIssuance => _netLongTermDebtIssuance ??= new(_timeProvider, _securityIdentifier);
private NetLongTermDebtIssuanceCashFlowStatement _netLongTermDebtIssuance;
///
/// The increase or decrease between periods of preferred stock.
///
///
/// Morningstar DataId: 26074
///
[JsonProperty("26074")]
public NetPreferredStockIssuanceCashFlowStatement NetPreferredStockIssuance => _netPreferredStockIssuance ??= new(_timeProvider, _securityIdentifier);
private NetPreferredStockIssuanceCashFlowStatement _netPreferredStockIssuance;
///
/// The increase or decrease between periods of short term debt.
///
///
/// Morningstar DataId: 26075
///
[JsonProperty("26075")]
public NetShortTermDebtIssuanceCashFlowStatement NetShortTermDebtIssuance => _netShortTermDebtIssuance ??= new(_timeProvider, _securityIdentifier);
private NetShortTermDebtIssuanceCashFlowStatement _netShortTermDebtIssuance;
///
/// The net cash from (used in) all of the entity's discontinued operating activities, excluding those of continued operations, of the reporting entity.
///
///
/// Morningstar DataId: 26077
///
[JsonProperty("26077")]
public NetCashFromDiscontinuedOperationsCashFlowStatement NetCashFromDiscontinuedOperations => _netCashFromDiscontinuedOperations ??= new(_timeProvider, _securityIdentifier);
private NetCashFromDiscontinuedOperationsCashFlowStatement _netCashFromDiscontinuedOperations;
///
/// The aggregate amount of realized and unrealized gain or loss resulting from changes in exchange rates between currencies. (Excludes foreign currency transactions designated as hedges of net investment in a foreign entity and inter-company foreign currency transactions that are of a long-term nature, when the entities to the transaction are consolidated, combined, or accounted for by the equity method in the reporting entity's financial statements. For certain entities, primarily banks, which are dealers in foreign exchange, foreign currency transaction gains or losses, may be disclosed as dealer gains or losses.)
///
///
/// Morningstar DataId: 26078
///
[JsonProperty("26078")]
public NetForeignCurrencyExchangeGainLossCashFlowStatement NetForeignCurrencyExchangeGainLoss => _netForeignCurrencyExchangeGainLoss ??= new(_timeProvider, _securityIdentifier);
private NetForeignCurrencyExchangeGainLossCashFlowStatement _netForeignCurrencyExchangeGainLoss;
///
/// Revenue less expenses and taxes from the entity's ongoing operations and before income (loss) from discontinued operations, extraordinary items, impact of changes in accounting principles, minority interest, and various other reconciling adjustments; represents the starting line for Operating Cash Flow.
///
///
/// Morningstar DataId: 26080
///
[JsonProperty("26080")]
public NetIncomeFromContinuingOperationsCashFlowStatement NetIncomeFromContinuingOperations => _netIncomeFromContinuingOperations ??= new(_timeProvider, _securityIdentifier);
private NetIncomeFromContinuingOperationsCashFlowStatement _netIncomeFromContinuingOperations;
///
/// Payment from a bank or insurance company to the lender who lends money or property based on the agreement, along with interest, at a predetermined date in the future.
///
///
/// Morningstar DataId: 26087
///
[JsonProperty("26087")]
public PaymentForLoansCashFlowStatement PaymentForLoans => _paymentForLoans ??= new(_timeProvider, _securityIdentifier);
private PaymentForLoansCashFlowStatement _paymentForLoans;
///
/// The cash outflow to reacquire common stock during the period.
///
///
/// Morningstar DataId: 26088
///
[JsonProperty("26088")]
public CommonStockPaymentsCashFlowStatement CommonStockPayments => _commonStockPayments ??= new(_timeProvider, _securityIdentifier);
private CommonStockPaymentsCashFlowStatement _commonStockPayments;
///
/// The cash outflow to reacquire preferred stock during the period.
///
///
/// Morningstar DataId: 26089
///
[JsonProperty("26089")]
public PreferredStockPaymentsCashFlowStatement PreferredStockPayments => _preferredStockPayments ??= new(_timeProvider, _securityIdentifier);
private PreferredStockPaymentsCashFlowStatement _preferredStockPayments;
///
/// The cash outflow for debt initially having maturity due after one year or beyond the normal operating cycle, if longer.
///
///
/// Morningstar DataId: 26090
///
[JsonProperty("26090")]
public LongTermDebtPaymentsCashFlowStatement LongTermDebtPayments => _longTermDebtPayments ??= new(_timeProvider, _securityIdentifier);
private LongTermDebtPaymentsCashFlowStatement _longTermDebtPayments;
///
/// The cash outflow for a borrowing having initial term of repayment within one year or the normal operating cycle, if longer.
///
///
/// Morningstar DataId: 26091
///
[JsonProperty("26091")]
public ShortTermDebtPaymentsCashFlowStatement ShortTermDebtPayments => _shortTermDebtPayments ??= new(_timeProvider, _securityIdentifier);
private ShortTermDebtPaymentsCashFlowStatement _shortTermDebtPayments;
///
/// The cash inflow from borrowing money or property for a bank or insurance company.
///
///
/// Morningstar DataId: 26095
///
[JsonProperty("26095")]
public ProceedsFromLoansCashFlowStatement ProceedsFromLoans => _proceedsFromLoans ??= new(_timeProvider, _securityIdentifier);
private ProceedsFromLoansCashFlowStatement _proceedsFromLoans;
///
/// The cash inflow associated with the amount received from holders exercising their stock options.
///
///
/// Morningstar DataId: 26097
///
[JsonProperty("26097")]
public ProceedsFromStockOptionExercisedCashFlowStatement ProceedsFromStockOptionExercised => _proceedsFromStockOptionExercised ??= new(_timeProvider, _securityIdentifier);
private ProceedsFromStockOptionExercisedCashFlowStatement _proceedsFromStockOptionExercised;
///
/// The cash inflow from offering common stock, which is the additional capital contribution to the entity during the period.
///
///
/// Morningstar DataId: 26098
///
[JsonProperty("26098")]
public CommonStockIssuanceCashFlowStatement CommonStockIssuance => _commonStockIssuance ??= new(_timeProvider, _securityIdentifier);
private CommonStockIssuanceCashFlowStatement _commonStockIssuance;
///
/// The cash inflow from a debt initially having maturity due after one year or beyond the operating cycle, if longer.
///
///
/// Morningstar DataId: 26099
///
[JsonProperty("26099")]
public LongTermDebtIssuanceCashFlowStatement LongTermDebtIssuance => _longTermDebtIssuance ??= new(_timeProvider, _securityIdentifier);
private LongTermDebtIssuanceCashFlowStatement _longTermDebtIssuance;
///
/// The cash inflow from offering preferred stock.
///
///
/// Morningstar DataId: 26100
///
[JsonProperty("26100")]
public PreferredStockIssuanceCashFlowStatement PreferredStockIssuance => _preferredStockIssuance ??= new(_timeProvider, _securityIdentifier);
private PreferredStockIssuanceCashFlowStatement _preferredStockIssuance;
///
/// The cash inflow from a debt initially having maturity due within one year or the normal operating cycle, if longer.
///
///
/// Morningstar DataId: 26101
///
[JsonProperty("26101")]
public ShortTermDebtIssuanceCashFlowStatement ShortTermDebtIssuance => _shortTermDebtIssuance ??= new(_timeProvider, _securityIdentifier);
private ShortTermDebtIssuanceCashFlowStatement _shortTermDebtIssuance;
///
/// The net value of proceeds or payments of loans.
///
///
/// Morningstar DataId: 26103
///
[JsonProperty("26103")]
public NetProceedsPaymentForLoanCashFlowStatement NetProceedsPaymentForLoan => _netProceedsPaymentForLoan ??= new(_timeProvider, _securityIdentifier);
private NetProceedsPaymentForLoanCashFlowStatement _netProceedsPaymentForLoan;
///
/// The net change on interest-bearing deposits in other financial institutions for relatively short periods of time including, for example, certificates of deposits.
///
///
/// Morningstar DataId: 26104
///
[JsonProperty("26104")]
public ProceedsPaymentInInterestBearingDepositsInBankCashFlowStatement ProceedsPaymentInInterestBearingDepositsInBank => _proceedsPaymentInInterestBearingDepositsInBank ??= new(_timeProvider, _securityIdentifier);
private ProceedsPaymentInInterestBearingDepositsInBankCashFlowStatement _proceedsPaymentInInterestBearingDepositsInBank;
///
/// The amount of capital outlays undertaken to increase, construct or improve intangible assets.
///
///
/// Morningstar DataId: 26108
///
[JsonProperty("26108")]
public PurchaseOfIntangiblesCashFlowStatement PurchaseOfIntangibles => _purchaseOfIntangibles ??= new(_timeProvider, _securityIdentifier);
private PurchaseOfIntangiblesCashFlowStatement _purchaseOfIntangibles;
///
/// All purchases of investments, including both long term and short term.
///
///
/// Morningstar DataId: 26110
///
[JsonProperty("26110")]
public PurchaseOfInvestmentCashFlowStatement PurchaseOfInvestment => _purchaseOfInvestment ??= new(_timeProvider, _securityIdentifier);
private PurchaseOfInvestmentCashFlowStatement _purchaseOfInvestment;
///
/// The amount of capital outlays undertaken to increase, construct or improve capital assets. This category includes property, plant equipment, furniture, fixed assets, buildings, and improvement.
///
///
/// Morningstar DataId: 26112
///
[JsonProperty("26112")]
public PurchaseOfPPECashFlowStatement PurchaseOfPPE => _purchaseOfPPE ??= new(_timeProvider, _securityIdentifier);
private PurchaseOfPPECashFlowStatement _purchaseOfPPE;
///
/// All the purchases of business including business acquisitions, investment in subsidiary; investing in affiliated companies, and join venture.
///
///
/// Morningstar DataId: 26115
///
[JsonProperty("26115")]
public PurchaseOfBusinessCashFlowStatement PurchaseOfBusiness => _purchaseOfBusiness ??= new(_timeProvider, _securityIdentifier);
private PurchaseOfBusinessCashFlowStatement _purchaseOfBusiness;
///
/// The net change between Purchases/Sales of Business.
///
///
/// Morningstar DataId: 26116
///
[JsonProperty("26116")]
public NetBusinessPurchaseAndSaleCashFlowStatement NetBusinessPurchaseAndSale => _netBusinessPurchaseAndSale ??= new(_timeProvider, _securityIdentifier);
private NetBusinessPurchaseAndSaleCashFlowStatement _netBusinessPurchaseAndSale;
///
/// The net change between Purchases/Sales of Intangibles.
///
///
/// Morningstar DataId: 26117
///
[JsonProperty("26117")]
public NetIntangiblesPurchaseAndSaleCashFlowStatement NetIntangiblesPurchaseAndSale => _netIntangiblesPurchaseAndSale ??= new(_timeProvider, _securityIdentifier);
private NetIntangiblesPurchaseAndSaleCashFlowStatement _netIntangiblesPurchaseAndSale;
///
/// The net change between Purchases/Sales of Investments.
///
///
/// Morningstar DataId: 26118
///
[JsonProperty("26118")]
public NetInvestmentPurchaseAndSaleCashFlowStatement NetInvestmentPurchaseAndSale => _netInvestmentPurchaseAndSale ??= new(_timeProvider, _securityIdentifier);
private NetInvestmentPurchaseAndSaleCashFlowStatement _netInvestmentPurchaseAndSale;
///
/// The net change between Purchases/Sales of PPE.
///
///
/// Morningstar DataId: 26119
///
[JsonProperty("26119")]
public NetPPEPurchaseAndSaleCashFlowStatement NetPPEPurchaseAndSale => _netPPEPurchaseAndSale ??= new(_timeProvider, _securityIdentifier);
private NetPPEPurchaseAndSaleCashFlowStatement _netPPEPurchaseAndSale;
///
/// Proceeds received from selling a business including proceeds from a subsidiary, and proceeds from an affiliated company.
///
///
/// Morningstar DataId: 26123
///
[JsonProperty("26123")]
public SaleOfBusinessCashFlowStatement SaleOfBusiness => _saleOfBusiness ??= new(_timeProvider, _securityIdentifier);
private SaleOfBusinessCashFlowStatement _saleOfBusiness;
///
/// The amount of capital inflow from the sale of all kinds of intangible assets.
///
///
/// Morningstar DataId: 26124
///
[JsonProperty("26124")]
public SaleOfIntangiblesCashFlowStatement SaleOfIntangibles => _saleOfIntangibles ??= new(_timeProvider, _securityIdentifier);
private SaleOfIntangiblesCashFlowStatement _saleOfIntangibles;
///
/// Proceeds received from selling all kind of investments, including both long term and short term.
///
///
/// Morningstar DataId: 26125
///
[JsonProperty("26125")]
public SaleOfInvestmentCashFlowStatement SaleOfInvestment => _saleOfInvestment ??= new(_timeProvider, _securityIdentifier);
private SaleOfInvestmentCashFlowStatement _saleOfInvestment;
///
/// Proceeds from selling any fixed assets such as property, plant and equipment, which also includes retirement of equipment.
///
///
/// Morningstar DataId: 26127
///
[JsonProperty("26127")]
public SaleOfPPECashFlowStatement SaleOfPPE => _saleOfPPE ??= new(_timeProvider, _securityIdentifier);
private SaleOfPPECashFlowStatement _saleOfPPE;
///
/// The increase or decrease between periods of the accounts receivables.
///
///
/// Morningstar DataId: 26137
///
[JsonProperty("26137")]
public ChangesInAccountReceivablesCashFlowStatement ChangesInAccountReceivables => _changesInAccountReceivables ??= new(_timeProvider, _securityIdentifier);
private ChangesInAccountReceivablesCashFlowStatement _changesInAccountReceivables;
///
/// The component of interest expense representing the non-cash expenses charged against earnings in the period to allocate debt discount and premium, and the costs to issue debt and obtain financing over the related debt instruments. This item is usually only available for bank industry.
///
///
/// Morningstar DataId: 26141
///
[JsonProperty("26141")]
public AmortizationOfFinancingCostsAndDiscountsCashFlowStatement AmortizationOfFinancingCostsAndDiscounts => _amortizationOfFinancingCostsAndDiscounts ??= new(_timeProvider, _securityIdentifier);
private AmortizationOfFinancingCostsAndDiscountsCashFlowStatement _amortizationOfFinancingCostsAndDiscounts;
///
/// Represents amortization of the allocation of a lump sum amount to different time periods, particularly for securities, debt, loans, and other forms of financing. Does not include amortization, amortization of capital expenditure and intangible assets.
///
///
/// Morningstar DataId: 26142
///
[JsonProperty("26142")]
public AmortizationOfSecuritiesCashFlowStatement AmortizationOfSecurities => _amortizationOfSecurities ??= new(_timeProvider, _securityIdentifier);
private AmortizationOfSecuritiesCashFlowStatement _amortizationOfSecurities;
///
/// The charge against earnings resulting from the aggregate write down of all assets from their carrying value to their fair value.
///
///
/// Morningstar DataId: 26143
///
[JsonProperty("26143")]
public AssetImpairmentChargeCashFlowStatement AssetImpairmentCharge => _assetImpairmentCharge ??= new(_timeProvider, _securityIdentifier);
private AssetImpairmentChargeCashFlowStatement _assetImpairmentCharge;
///
/// The increase or decrease between periods of the dividend payables.
///
///
/// Morningstar DataId: 26144
///
[JsonProperty("26144")]
public ChangeInDividendPayableCashFlowStatement ChangeInDividendPayable => _changeInDividendPayable ??= new(_timeProvider, _securityIdentifier);
private ChangeInDividendPayableCashFlowStatement _changeInDividendPayable;
///
/// The net change during the reporting period in the value of expenditures made during the current reporting period for benefits that will be received over a period of years. This item is usually only available for bank industry.
///
///
/// Morningstar DataId: 26145
///
[JsonProperty("26145")]
public ChangeInDeferredChargesCashFlowStatement ChangeInDeferredCharges => _changeInDeferredCharges ??= new(_timeProvider, _securityIdentifier);
private ChangeInDeferredChargesCashFlowStatement _changeInDeferredCharges;
///
/// The increase or decrease between periods of the Other Current Assets. This category typically includes prepayments, deferred charges, and amounts (other than trade accounts) due from parents and subsidiaries.
///
///
/// Morningstar DataId: 26146
///
[JsonProperty("26146")]
public ChangeInOtherCurrentAssetsCashFlowStatement ChangeInOtherCurrentAssets => _changeInOtherCurrentAssets ??= new(_timeProvider, _securityIdentifier);
private ChangeInOtherCurrentAssetsCashFlowStatement _changeInOtherCurrentAssets;
///
/// The increase or decrease between periods of the Other Current liabilities. Other Current liabilities is a balance sheet entry used by companies to group together current liabilities that are not assigned to common liabilities such as debt obligations or accounts payable.
///
///
/// Morningstar DataId: 26147
///
[JsonProperty("26147")]
public ChangeInOtherCurrentLiabilitiesCashFlowStatement ChangeInOtherCurrentLiabilities => _changeInOtherCurrentLiabilities ??= new(_timeProvider, _securityIdentifier);
private ChangeInOtherCurrentLiabilitiesCashFlowStatement _changeInOtherCurrentLiabilities;
///
/// The increase or decrease between periods of the other working capital.
///
///
/// Morningstar DataId: 26148
///
[JsonProperty("26148")]
public ChangeInOtherWorkingCapitalCashFlowStatement ChangeInOtherWorkingCapital => _changeInOtherWorkingCapital ??= new(_timeProvider, _securityIdentifier);
private ChangeInOtherWorkingCapitalCashFlowStatement _changeInOtherWorkingCapital;
///
/// The change during the period in the unearned portion of premiums written, excluding the portion amortized into income. This item is usually only available for insurance industry.
///
///
/// Morningstar DataId: 26152
///
[JsonProperty("26152")]
public ChangeInUnearnedPremiumsCashFlowStatement ChangeInUnearnedPremiums => _changeInUnearnedPremiums ??= new(_timeProvider, _securityIdentifier);
private ChangeInUnearnedPremiumsCashFlowStatement _changeInUnearnedPremiums;
///
/// The cash outflow from the distribution of an entity's earnings in the form of dividends to common shareholders.
///
///
/// Morningstar DataId: 26154
///
[JsonProperty("26154")]
public CommonStockDividendPaidCashFlowStatement CommonStockDividendPaid => _commonStockDividendPaid ??= new(_timeProvider, _securityIdentifier);
private CommonStockDividendPaidCashFlowStatement _commonStockDividendPaid;
///
/// This item represents the entity's proportionate share for the period of the net income (loss) of its investee (such as unconsolidated subsidiaries and joint ventures) to which the equity method of accounting is applied. The amount typically reflects adjustments.
///
///
/// Morningstar DataId: 26155
///
[JsonProperty("26155")]
public EarningsLossesFromEquityInvestmentsCashFlowStatement EarningsLossesFromEquityInvestments => _earningsLossesFromEquityInvestments ??= new(_timeProvider, _securityIdentifier);
private EarningsLossesFromEquityInvestmentsCashFlowStatement _earningsLossesFromEquityInvestments;
///
/// Reductions in the entity's income taxes that arise when compensation cost (from non-qualified share-based compensation) recognized on the entities tax return exceeds compensation cost from share-based compensation recognized in financial statements. This element reduces net cash provided by operating activities.
///
///
/// Morningstar DataId: 26156
///
[JsonProperty("26156")]
public ExcessTaxBenefitFromStockBasedCompensationCashFlowStatement ExcessTaxBenefitFromStockBasedCompensation => _excessTaxBenefitFromStockBasedCompensation ??= new(_timeProvider, _securityIdentifier);
private ExcessTaxBenefitFromStockBasedCompensationCashFlowStatement _excessTaxBenefitFromStockBasedCompensation;
///
/// This item represents the net total realized gain (loss) included in earnings for the period as a result of selling or holding marketable securities categorized as trading, available-for-sale, or held-to-maturity, including the unrealized holding gain or loss of held-to- maturity securities transferred to the trading security category and the cumulative unrealized gain or loss which was included in other comprehensive income (a separate component of shareholders' equity) for available-for-sale securities transferred to trading securities during the period. Additionally, this item would include any losses recognized for other than temporary impairments of the subject investments in debt and equity securities.
///
///
/// Morningstar DataId: 26158
///
[JsonProperty("26158")]
public GainLossOnInvestmentSecuritiesCashFlowStatement GainLossOnInvestmentSecurities => _gainLossOnInvestmentSecurities ??= new(_timeProvider, _securityIdentifier);
private GainLossOnInvestmentSecuritiesCashFlowStatement _gainLossOnInvestmentSecurities;
///
/// The difference between the sale price or salvage price and the book value of an asset that was sold or retired during the reporting period. This element refers to the gain (loss) and not to the cash proceeds of the business. This element is a non-cash adjustment to net income when calculating net cash generated by operating activities using the indirect method.
///
///
/// Morningstar DataId: 26159
///
[JsonProperty("26159")]
public GainLossOnSaleOfBusinessCashFlowStatement GainLossOnSaleOfBusiness => _gainLossOnSaleOfBusiness ??= new(_timeProvider, _securityIdentifier);
private GainLossOnSaleOfBusinessCashFlowStatement _gainLossOnSaleOfBusiness;
///
/// The difference between the sale price or salvage price and the book value of the property, plant and equipment that was sold or retired during the reporting period. Includes the amount received from selling any fixed assets such as property, plant and equipment. Usually this section also includes any retirement of equipment. Such as Sale of business segments; Sale of credit and receivables; Property disposition; Proceeds from sale or disposition of business or investment; Decrease in excess of purchase price over acquired net assets; Abandoned project (expenditures) credit; Allowances for other funds during construction.
///
///
/// Morningstar DataId: 26160
///
[JsonProperty("26160")]
public GainLossOnSaleOfPPECashFlowStatement GainLossOnSaleOfPPE => _gainLossOnSaleOfPPE ??= new(_timeProvider, _securityIdentifier);
private GainLossOnSaleOfPPECashFlowStatement _gainLossOnSaleOfPPE;
///
/// An expense reported in the income statement and needs to be removed from net income to arrive at cash provided by (used in) operations to the extent that such interest has not been paid. This item is usually only available for insurance industry.
///
///
/// Morningstar DataId: 26161
///
[JsonProperty("26161")]
public InterestCreditedOnPolicyholderDepositsCashFlowStatement InterestCreditedOnPolicyholderDeposits => _interestCreditedOnPolicyholderDeposits ??= new(_timeProvider, _securityIdentifier);
private InterestCreditedOnPolicyholderDepositsCashFlowStatement _interestCreditedOnPolicyholderDeposits;
///
/// The net cash from (used in) all of the entity's discontinued operating activities, excluding those of continued operations, of the reporting entity.
///
///
/// Morningstar DataId: 26162
///
[JsonProperty("26162")]
public CashFromDiscontinuedOperatingActivitiesCashFlowStatement CashFromDiscontinuedOperatingActivities => _cashFromDiscontinuedOperatingActivities ??= new(_timeProvider, _securityIdentifier);
private CashFromDiscontinuedOperatingActivitiesCashFlowStatement _cashFromDiscontinuedOperatingActivities;
///
/// The gain or loss from the entity's ongoing operations.
///
///
/// Morningstar DataId: 26163
///
[JsonProperty("26163")]
public OperatingGainsLossesCashFlowStatement OperatingGainsLosses => _operatingGainsLosses ??= new(_timeProvider, _securityIdentifier);
private OperatingGainsLossesCashFlowStatement _operatingGainsLosses;
///
/// Miscellaneous charges incurred due to Financing activities.
///
///
/// Morningstar DataId: 26164
///
[JsonProperty("26164")]
public NetOtherFinancingChargesCashFlowStatement NetOtherFinancingCharges => _netOtherFinancingCharges ??= new(_timeProvider, _securityIdentifier);
private NetOtherFinancingChargesCashFlowStatement _netOtherFinancingCharges;
///
/// Miscellaneous charges incurred due to Investing activities.
///
///
/// Morningstar DataId: 26165
///
[JsonProperty("26165")]
public NetOtherInvestingChangesCashFlowStatement NetOtherInvestingChanges => _netOtherInvestingChanges ??= new(_timeProvider, _securityIdentifier);
private NetOtherInvestingChangesCashFlowStatement _netOtherInvestingChanges;
///
/// Items which adjusted back from net income but without real cash outflow or inflow.
///
///
/// Morningstar DataId: 26166
///
[JsonProperty("26166")]
public OtherNonCashItemsCashFlowStatement OtherNonCashItems => _otherNonCashItems ??= new(_timeProvider, _securityIdentifier);
private OtherNonCashItemsCashFlowStatement _otherNonCashItems;
///
/// The amount of pension and other (such as medical, dental and life insurance) postretirement benefit costs recognized during the period.
///
///
/// Morningstar DataId: 26167
///
[JsonProperty("26167")]
public PensionAndEmployeeBenefitExpenseCashFlowStatement PensionAndEmployeeBenefitExpense => _pensionAndEmployeeBenefitExpense ??= new(_timeProvider, _securityIdentifier);
private PensionAndEmployeeBenefitExpenseCashFlowStatement _pensionAndEmployeeBenefitExpense;
///
/// Pay for the amount of dividends declared or paid in the period to preferred shareholders or the amount for which the obligation to pay them dividends rose in the period.
///
///
/// Morningstar DataId: 26168
///
[JsonProperty("26168")]
public PreferredStockDividendPaidCashFlowStatement PreferredStockDividendPaid => _preferredStockDividendPaid ??= new(_timeProvider, _securityIdentifier);
private PreferredStockDividendPaidCashFlowStatement _preferredStockDividendPaid;
///
/// The aggregate amount change of (1) the lending of excess federal funds to another commercial bank requiring such for its legal reserve requirements and (2) securities purchased under agreements to resell. This item is usually only available for bank industry.
///
///
/// Morningstar DataId: 26169
///
[JsonProperty("26169")]
public ProceedsPaymentFederalFundsSoldAndSecuritiesPurchasedUnderAgreementToResellCashFlowStatement ProceedsPaymentFederalFundsSoldAndSecuritiesPurchasedUnderAgreementToResell => _proceedsPaymentFederalFundsSoldAndSecuritiesPurchasedUnderAgreementToResell ??= new(_timeProvider, _securityIdentifier);
private ProceedsPaymentFederalFundsSoldAndSecuritiesPurchasedUnderAgreementToResellCashFlowStatement _proceedsPaymentFederalFundsSoldAndSecuritiesPurchasedUnderAgreementToResell;
///
/// The sum of the periodic provision charged to earnings, based on an assessment of uncollectible from the counterparty on account of loan, lease or other credit losses, to reduce these accounts to the amount that approximates their net realizable value. This item is usually only available for bank industry.
///
///
/// Morningstar DataId: 26170
///
[JsonProperty("26170")]
public ProvisionForLoanLeaseAndOtherLossesCashFlowStatement ProvisionForLoanLeaseAndOtherLosses => _provisionForLoanLeaseAndOtherLosses ??= new(_timeProvider, _securityIdentifier);
private ProvisionForLoanLeaseAndOtherLossesCashFlowStatement _provisionForLoanLeaseAndOtherLosses;
///
/// The gains and losses included in earnings that represent the difference between the sale price and the carrying value of loans and leases that were sold during the reporting period. This element refers to the gain (loss) and not to the cash proceeds of the sales. This element is a non-cash adjustment to net income when calculating net cash generated by operating activities using the indirect method. This item is usually only available for bank industry.
///
///
/// Morningstar DataId: 26171
///
[JsonProperty("26171")]
public RealizedGainLossOnSaleOfLoansAndLeaseCashFlowStatement RealizedGainLossOnSaleOfLoansAndLease => _realizedGainLossOnSaleOfLoansAndLease ??= new(_timeProvider, _securityIdentifier);
private RealizedGainLossOnSaleOfLoansAndLeaseCashFlowStatement _realizedGainLossOnSaleOfLoansAndLease;
///
/// Value of stock issued during the period as a result of any share-based compensation plan other than an employee stock ownership plan (ESOP).
///
///
/// Morningstar DataId: 26172
///
[JsonProperty("26172")]
public StockBasedCompensationCashFlowStatement StockBasedCompensation => _stockBasedCompensation ??= new(_timeProvider, _securityIdentifier);
private StockBasedCompensationCashFlowStatement _stockBasedCompensation;
///
/// The increases (decreases) in the market value of unsold securities whose gains (losses) were included in earnings.
///
///
/// Morningstar DataId: 26173
///
[JsonProperty("26173")]
public UnrealizedGainLossOnInvestmentSecuritiesCashFlowStatement UnrealizedGainLossOnInvestmentSecurities => _unrealizedGainLossOnInvestmentSecurities ??= new(_timeProvider, _securityIdentifier);
private UnrealizedGainLossOnInvestmentSecuritiesCashFlowStatement _unrealizedGainLossOnInvestmentSecurities;
///
/// The gross gains and losses on derivatives. This item is usually only available for insurance industry.
///
///
/// Morningstar DataId: 26174
///
[JsonProperty("26174")]
public UnrealizedGainsLossesOnDerivativesCashFlowStatement UnrealizedGainsLossesOnDerivatives => _unrealizedGainsLossesOnDerivatives ??= new(_timeProvider, _securityIdentifier);
private UnrealizedGainsLossesOnDerivativesCashFlowStatement _unrealizedGainsLossesOnDerivatives;
///
/// The aggregate expense charged against earnings to allocate the cost of intangible assets (nonphysical assets not used in production) in a systematic and rational manner to the periods expected to benefit from such assets.
///
///
/// Morningstar DataId: 26175
///
[JsonProperty("26175")]
public AmortizationOfIntangiblesCashFlowStatement AmortizationOfIntangibles => _amortizationOfIntangibles ??= new(_timeProvider, _securityIdentifier);
private AmortizationOfIntangiblesCashFlowStatement _amortizationOfIntangibles;
///
/// The amount of cash paid during the current period to foreign, federal state and local authorities as taxes on income.
///
///
/// Morningstar DataId: 26179
///
[JsonProperty("26179")]
public IncomeTaxPaidSupplementalDataCashFlowStatement IncomeTaxPaidSupplementalData => _incomeTaxPaidSupplementalData ??= new(_timeProvider, _securityIdentifier);
private IncomeTaxPaidSupplementalDataCashFlowStatement _incomeTaxPaidSupplementalData;
///
/// The amount of cash paid during the current period for interest owed on money borrowed; including amount of interest capitalized.
///
///
/// Morningstar DataId: 26180
///
[JsonProperty("26180")]
public InterestPaidSupplementalDataCashFlowStatement InterestPaidSupplementalData => _interestPaidSupplementalData ??= new(_timeProvider, _securityIdentifier);
private InterestPaidSupplementalDataCashFlowStatement _interestPaidSupplementalData;
///
/// The cash inflow from offering common stock, which is the additional capital contribution to the entity during the period.
///
///
/// Morningstar DataId: 26181
///
[JsonProperty("26181")]
public IssuanceOfCapitalStockCashFlowStatement IssuanceOfCapitalStock => _issuanceOfCapitalStock ??= new(_timeProvider, _securityIdentifier);
private IssuanceOfCapitalStockCashFlowStatement _issuanceOfCapitalStock;
///
/// The cash inflow due to an increase in long term debt.
///
///
/// Morningstar DataId: 26182
///
[JsonProperty("26182")]
public IssuanceOfDebtCashFlowStatement IssuanceOfDebt => _issuanceOfDebt ??= new(_timeProvider, _securityIdentifier);
private IssuanceOfDebtCashFlowStatement _issuanceOfDebt;
///
/// Payments to Settle Long Term Debt plus Payments to Settle Short Term Debt.
///
///
/// Morningstar DataId: 26183
///
[JsonProperty("26183")]
public RepaymentOfDebtCashFlowStatement RepaymentOfDebt => _repaymentOfDebt ??= new(_timeProvider, _securityIdentifier);
private RepaymentOfDebtCashFlowStatement _repaymentOfDebt;
///
/// Payments for Common Stock plus Payments for Preferred Stock.
///
///
/// Morningstar DataId: 26184
///
[JsonProperty("26184")]
public RepurchaseOfCapitalStockCashFlowStatement RepurchaseOfCapitalStock => _repurchaseOfCapitalStock ??= new(_timeProvider, _securityIdentifier);
private RepurchaseOfCapitalStockCashFlowStatement _repurchaseOfCapitalStock;
///
/// Cash Flow Operations minus Capital Expenditures.
///
///
/// Morningstar DataId: 26185
///
[JsonProperty("26185")]
public FreeCashFlowCashFlowStatement FreeCashFlow => _freeCashFlow ??= new(_timeProvider, _securityIdentifier);
private FreeCashFlowCashFlowStatement _freeCashFlow;
///
/// The net change on interest-bearing deposits in other financial institutions for relatively short periods of time including, for example, certificates of deposits.
///
///
/// Morningstar DataId: 26188
///
[JsonProperty("26188")]
public DecreaseInInterestBearingDepositsInBankCashFlowStatement DecreaseInInterestBearingDepositsInBank => _decreaseInInterestBearingDepositsInBank ??= new(_timeProvider, _securityIdentifier);
private DecreaseInInterestBearingDepositsInBankCashFlowStatement _decreaseInInterestBearingDepositsInBank;
///
/// Increase in interest-bearing deposits in bank.
///
///
/// Morningstar DataId: 26189
///
[JsonProperty("26189")]
public IncreaseInInterestBearingDepositsInBankCashFlowStatement IncreaseInInterestBearingDepositsInBank => _increaseInInterestBearingDepositsInBank ??= new(_timeProvider, _securityIdentifier);
private IncreaseInInterestBearingDepositsInBankCashFlowStatement _increaseInInterestBearingDepositsInBank;
///
/// Interest received by the company, in the Operating Cash Flow section.
///
///
/// Morningstar DataId: 26194
///
[JsonProperty("26194")]
public InterestReceivedCFOCashFlowStatement InterestReceivedCFO => _interestReceivedCFO ??= new(_timeProvider, _securityIdentifier);
private InterestReceivedCFOCashFlowStatement _interestReceivedCFO;
///
/// Interest paid on loans, debt or borrowings, in the Operating Cash Flow section.
///
///
/// Morningstar DataId: 26195
///
[JsonProperty("26195")]
public InterestPaidCFOCashFlowStatement InterestPaidCFO => _interestPaidCFO ??= new(_timeProvider, _securityIdentifier);
private InterestPaidCFOCashFlowStatement _interestPaidCFO;
///
/// Purchase of subsidiaries or interest in subsidiaries (investments 51% and above).
///
///
/// Morningstar DataId: 26196
///
[JsonProperty("26196")]
public PurchaseOfSubsidiariesCashFlowStatement PurchaseOfSubsidiaries => _purchaseOfSubsidiaries ??= new(_timeProvider, _securityIdentifier);
private PurchaseOfSubsidiariesCashFlowStatement _purchaseOfSubsidiaries;
///
/// Purchase of joint venture/associates (investment below 50%).
///
///
/// Morningstar DataId: 26197
///
[JsonProperty("26197")]
public PurchaseOfJointVentureAssociateCashFlowStatement PurchaseOfJointVentureAssociate => _purchaseOfJointVentureAssociate ??= new(_timeProvider, _securityIdentifier);
private PurchaseOfJointVentureAssociateCashFlowStatement _purchaseOfJointVentureAssociate;
///
/// Cash inflow from the disposal of any subsidiaries.
///
///
/// Morningstar DataId: 26198
///
[JsonProperty("26198")]
public SaleOfSubsidiariesCashFlowStatement SaleOfSubsidiaries => _saleOfSubsidiaries ??= new(_timeProvider, _securityIdentifier);
private SaleOfSubsidiariesCashFlowStatement _saleOfSubsidiaries;
///
/// Cash inflow from the disposal of joint venture/associates (investment below 50%).
///
///
/// Morningstar DataId: 26199
///
[JsonProperty("26199")]
public SaleOfJointVentureAssociateCashFlowStatement SaleOfJointVentureAssociate => _saleOfJointVentureAssociate ??= new(_timeProvider, _securityIdentifier);
private SaleOfJointVentureAssociateCashFlowStatement _saleOfJointVentureAssociate;
///
/// Change in cash flow resulting from increase/decrease in lease financing.
///
///
/// Morningstar DataId: 26200
///
[JsonProperty("26200")]
public IncreaseDecreaseInLeaseFinancingCashFlowStatement IncreaseDecreaseInLeaseFinancing => _increaseDecreaseInLeaseFinancing ??= new(_timeProvider, _securityIdentifier);
private IncreaseDecreaseInLeaseFinancingCashFlowStatement _increaseDecreaseInLeaseFinancing;
///
/// The cash inflow from increase in lease financing.
///
///
/// Morningstar DataId: 26201
///
[JsonProperty("26201")]
public IncreaseInLeaseFinancingCashFlowStatement IncreaseInLeaseFinancing => _increaseInLeaseFinancing ??= new(_timeProvider, _securityIdentifier);
private IncreaseInLeaseFinancingCashFlowStatement _increaseInLeaseFinancing;
///
/// The cash outflow to repay lease financing during the period.
///
///
/// Morningstar DataId: 26202
///
[JsonProperty("26202")]
public RepaymentInLeaseFinancingCashFlowStatement RepaymentInLeaseFinancing => _repaymentInLeaseFinancing ??= new(_timeProvider, _securityIdentifier);
private RepaymentInLeaseFinancingCashFlowStatement _repaymentInLeaseFinancing;
///
/// A non-cash adjustment for share of associates' income in respect of operating activities.
///
///
/// Morningstar DataId: 26203
///
[JsonProperty("26203")]
public ShareOfAssociatesCashFlowStatement ShareOfAssociates => _shareOfAssociates ??= new(_timeProvider, _securityIdentifier);
private ShareOfAssociatesCashFlowStatement _shareOfAssociates;
///
/// The difference between the sale price or salvage price and the book value of an asset that was sold or retired during the reporting period.
///
///
/// Morningstar DataId: 26204
///
[JsonProperty("26204")]
public ProfitOnDisposalsCashFlowStatement ProfitOnDisposals => _profitOnDisposals ??= new(_timeProvider, _securityIdentifier);
private ProfitOnDisposalsCashFlowStatement _profitOnDisposals;
///
/// A non-cash adjustment relating to restructuring costs.
///
///
/// Morningstar DataId: 26205
///
[JsonProperty("26205")]
public ReorganizationOtherCostsCashFlowStatement ReorganizationOtherCosts => _reorganizationOtherCosts ??= new(_timeProvider, _securityIdentifier);
private ReorganizationOtherCostsCashFlowStatement _reorganizationOtherCosts;
///
/// Adjustments due to net loans to/from outsiders in the Investing Cash Flow section.
///
///
/// Morningstar DataId: 26207
///
[JsonProperty("26207")]
public NetOutwardLoansCashFlowStatement NetOutwardLoans => _netOutwardLoans ??= new(_timeProvider, _securityIdentifier);
private NetOutwardLoansCashFlowStatement _netOutwardLoans;
///
/// Cost associated with issuance of debt/equity capital in the Financing Cash Flow section.
///
///
/// Morningstar DataId: 26208
///
[JsonProperty("26208")]
public IssueExpensesCashFlowStatement IssueExpenses => _issueExpenses ??= new(_timeProvider, _securityIdentifier);
private IssueExpensesCashFlowStatement _issueExpenses;
///
/// The increase or decrease between periods of the deposits by banks and customers.
///
///
/// Morningstar DataId: 26219
///
[JsonProperty("26219")]
public ChangeinDepositsbyBanksandCustomersCashFlowStatement ChangeinDepositsbyBanksandCustomers => _changeinDepositsbyBanksandCustomers ??= new(_timeProvider, _securityIdentifier);
private ChangeinDepositsbyBanksandCustomersCashFlowStatement _changeinDepositsbyBanksandCustomers;
///
/// The net cash from (used in) all of the entity's operating activities, including those of discontinued operations, of the reporting entity under the direct method.
///
///
/// Morningstar DataId: 26220
///
[JsonProperty("26220")]
public CashFlowsfromusedinOperatingActivitiesDirectCashFlowStatement CashFlowsfromusedinOperatingActivitiesDirect => _cashFlowsfromusedinOperatingActivitiesDirect ??= new(_timeProvider, _securityIdentifier);
private CashFlowsfromusedinOperatingActivitiesDirectCashFlowStatement _cashFlowsfromusedinOperatingActivitiesDirect;
///
/// Sum of total cash receipts in the direct cash flow.
///
///
/// Morningstar DataId: 26221
///
[JsonProperty("26221")]
public ClassesofCashReceiptsfromOperatingActivitiesCashFlowStatement ClassesofCashReceiptsfromOperatingActivities => _classesofCashReceiptsfromOperatingActivities ??= new(_timeProvider, _securityIdentifier);
private ClassesofCashReceiptsfromOperatingActivitiesCashFlowStatement _classesofCashReceiptsfromOperatingActivities;
///
/// Other cash receipts for the direct cash flow.
///
///
/// Morningstar DataId: 26222
///
[JsonProperty("26222")]
public OtherCashReceiptsfromOperatingActivitiesCashFlowStatement OtherCashReceiptsfromOperatingActivities => _otherCashReceiptsfromOperatingActivities ??= new(_timeProvider, _securityIdentifier);
private OtherCashReceiptsfromOperatingActivitiesCashFlowStatement _otherCashReceiptsfromOperatingActivities;
///
/// Sum of total cash payment in the direct cash flow.
///
///
/// Morningstar DataId: 26223
///
[JsonProperty("26223")]
public ClassesofCashPaymentsCashFlowStatement ClassesofCashPayments => _classesofCashPayments ??= new(_timeProvider, _securityIdentifier);
private ClassesofCashPaymentsCashFlowStatement _classesofCashPayments;
///
/// Cash paid to suppliers when purchasing goods or services by the company, in the direct cash flow.
///
///
/// Morningstar DataId: 26224
///
[JsonProperty("26224")]
public PaymentstoSuppliersforGoodsandServicesCashFlowStatement PaymentstoSuppliersforGoodsandServices => _paymentstoSuppliersforGoodsandServices ??= new(_timeProvider, _securityIdentifier);
private PaymentstoSuppliersforGoodsandServicesCashFlowStatement _paymentstoSuppliersforGoodsandServices;
///
/// Cash paid in a form of salaries or other benefits to employees of the company, in the direct cash flow.
///
///
/// Morningstar DataId: 26226
///
[JsonProperty("26226")]
public PaymentsonBehalfofEmployeesCashFlowStatement PaymentsonBehalfofEmployees => _paymentsonBehalfofEmployees ??= new(_timeProvider, _securityIdentifier);
private PaymentsonBehalfofEmployeesCashFlowStatement _paymentsonBehalfofEmployees;
///
/// Other cash payments for the direct cash flow.
///
///
/// Morningstar DataId: 26228
///
[JsonProperty("26228")]
public OtherCashPaymentsfromOperatingActivitiesCashFlowStatement OtherCashPaymentsfromOperatingActivities => _otherCashPaymentsfromOperatingActivities ??= new(_timeProvider, _securityIdentifier);
private OtherCashPaymentsfromOperatingActivitiesCashFlowStatement _otherCashPaymentsfromOperatingActivities;
///
/// Dividend paid to the investors, for the direct cash flow.
///
///
/// Morningstar DataId: 26229
///
[JsonProperty("26229")]
public DividendsPaidDirectCashFlowStatement DividendsPaidDirect => _dividendsPaidDirect ??= new(_timeProvider, _securityIdentifier);
private DividendsPaidDirectCashFlowStatement _dividendsPaidDirect;
///
/// Dividend received on the investment, for the direct cash flow.
///
///
/// Morningstar DataId: 26230
///
[JsonProperty("26230")]
public DividendsReceivedDirectCashFlowStatement DividendsReceivedDirect => _dividendsReceivedDirect ??= new(_timeProvider, _securityIdentifier);
private DividendsReceivedDirectCashFlowStatement _dividendsReceivedDirect;
///
/// Interest paid on loans, debt or borrowings, in the direct cash flow.
///
///
/// Morningstar DataId: 26231
///
[JsonProperty("26231")]
public InterestPaidDirectCashFlowStatement InterestPaidDirect => _interestPaidDirect ??= new(_timeProvider, _securityIdentifier);
private InterestPaidDirectCashFlowStatement _interestPaidDirect;
///
/// Interest received by the company, in the direct cash flow.
///
///
/// Morningstar DataId: 26232
///
[JsonProperty("26232")]
public InterestReceivedDirectCashFlowStatement InterestReceivedDirect => _interestReceivedDirect ??= new(_timeProvider, _securityIdentifier);
private InterestReceivedDirectCashFlowStatement _interestReceivedDirect;
///
/// Tax paid/refund related to operating activities, for the direct cash flow.
///
///
/// Morningstar DataId: 26233
///
[JsonProperty("26233")]
public TaxesRefundPaidDirectCashFlowStatement TaxesRefundPaidDirect => _taxesRefundPaidDirect ??= new(_timeProvider, _securityIdentifier);
private TaxesRefundPaidDirectCashFlowStatement _taxesRefundPaidDirect;
///
/// Sum of all adjustments back from net income but without real cash outflow or inflow.
///
///
/// Morningstar DataId: 26234
///
[JsonProperty("26234")]
public TotalAdjustmentsforNonCashItemsCashFlowStatement TotalAdjustmentsforNonCashItems => _totalAdjustmentsforNonCashItems ??= new(_timeProvider, _securityIdentifier);
private TotalAdjustmentsforNonCashItemsCashFlowStatement _totalAdjustmentsforNonCashItems;
///
/// The difference between the future net cash flows expected to be received from the asset and its book value, recognized in the Income Statement.
///
///
/// Morningstar DataId: 26235
///
[JsonProperty("26235")]
public ImpairmentLossReversalRecognizedinProfitorLossCashFlowStatement ImpairmentLossReversalRecognizedinProfitorLoss => _impairmentLossReversalRecognizedinProfitorLoss ??= new(_timeProvider, _securityIdentifier);
private ImpairmentLossReversalRecognizedinProfitorLossCashFlowStatement _impairmentLossReversalRecognizedinProfitorLoss;
///
/// Dividend paid to the investors, in the Operating Cash Flow section.
///
///
/// Morningstar DataId: 26238
///
[JsonProperty("26238")]
public DividendPaidCFOCashFlowStatement DividendPaidCFO => _dividendPaidCFO ??= new(_timeProvider, _securityIdentifier);
private DividendPaidCFOCashFlowStatement _dividendPaidCFO;
///
/// Dividend received on investment, in the Operating Cash Flow section.
///
///
/// Morningstar DataId: 26239
///
[JsonProperty("26239")]
public DividendReceivedCFOCashFlowStatement DividendReceivedCFO => _dividendReceivedCFO ??= new(_timeProvider, _securityIdentifier);
private DividendReceivedCFOCashFlowStatement _dividendReceivedCFO;
///
/// Total tax paid or received on operating activities.
///
///
/// Morningstar DataId: 26240
///
[JsonProperty("26240")]
public TaxesRefundPaidCashFlowStatement TaxesRefundPaid => _taxesRefundPaid ??= new(_timeProvider, _securityIdentifier);
private TaxesRefundPaidCashFlowStatement _taxesRefundPaid;
///
/// Any other cash inflows or outflows in the Operating Cash Flow section, not accounted for in the other specified items.
///
///
/// Morningstar DataId: 26241
///
[JsonProperty("26241")]
public OtherOperatingInflowsOutflowsofCashCashFlowStatement OtherOperatingInflowsOutflowsofCash => _otherOperatingInflowsOutflowsofCash ??= new(_timeProvider, _securityIdentifier);
private OtherOperatingInflowsOutflowsofCashCashFlowStatement _otherOperatingInflowsOutflowsofCash;
///
/// Cash outlay for cash advances and loans made to other parties.
///
///
/// Morningstar DataId: 26243
///
[JsonProperty("26243")]
public CashAdvancesandLoansMadetoOtherPartiesCashFlowStatement CashAdvancesandLoansMadetoOtherParties => _cashAdvancesandLoansMadetoOtherParties ??= new(_timeProvider, _securityIdentifier);
private CashAdvancesandLoansMadetoOtherPartiesCashFlowStatement _cashAdvancesandLoansMadetoOtherParties;
///
/// Cash received from the repayment of advances and loans made to other parties, in the Investing Cash Flow section.
///
///
/// Morningstar DataId: 26244
///
[JsonProperty("26244")]
public CashReceiptsfromRepaymentofAdvancesandLoansMadetoOtherPartiesCashFlowStatement CashReceiptsfromRepaymentofAdvancesandLoansMadetoOtherParties => _cashReceiptsfromRepaymentofAdvancesandLoansMadetoOtherParties ??= new(_timeProvider, _securityIdentifier);
private CashReceiptsfromRepaymentofAdvancesandLoansMadetoOtherPartiesCashFlowStatement _cashReceiptsfromRepaymentofAdvancesandLoansMadetoOtherParties;
///
/// Dividend received on investment, in the Investing Cash Flow section.
///
///
/// Morningstar DataId: 26246
///
[JsonProperty("26246")]
public DividendsReceivedCFICashFlowStatement DividendsReceivedCFI => _dividendsReceivedCFI ??= new(_timeProvider, _securityIdentifier);
private DividendsReceivedCFICashFlowStatement _dividendsReceivedCFI;
///
/// Interest received by the company, in the Investing Cash Flow section.
///
///
/// Morningstar DataId: 26247
///
[JsonProperty("26247")]
public InterestReceivedCFICashFlowStatement InterestReceivedCFI => _interestReceivedCFI ??= new(_timeProvider, _securityIdentifier);
private InterestReceivedCFICashFlowStatement _interestReceivedCFI;
///
/// Interest paid on loans, debt or borrowings, in the Financing Cash Flow section.
///
///
/// Morningstar DataId: 26253
///
[JsonProperty("26253")]
public InterestPaidCFFCashFlowStatement InterestPaidCFF => _interestPaidCFF ??= new(_timeProvider, _securityIdentifier);
private InterestPaidCFFCashFlowStatement _interestPaidCFF;
///
/// The increase or decrease between periods in the amount of outstanding money owed by a customer for goods or services provided by the company.
///
///
/// Morningstar DataId: 26255
///
[JsonProperty("26255")]
public ChangeinAccruedIncomeCashFlowStatement ChangeinAccruedIncome => _changeinAccruedIncome ??= new(_timeProvider, _securityIdentifier);
private ChangeinAccruedIncomeCashFlowStatement _changeinAccruedIncome;
///
/// The increase or decrease between periods of the financial assets.
///
///
/// Morningstar DataId: 26258
///
[JsonProperty("26258")]
public ChangeinFinancialAssetsCashFlowStatement ChangeinFinancialAssets => _changeinFinancialAssets ??= new(_timeProvider, _securityIdentifier);
private ChangeinFinancialAssetsCashFlowStatement _changeinFinancialAssets;
///
/// The increase or decrease between periods of the advances from central banks.
///
///
/// Morningstar DataId: 26259
///
[JsonProperty("26259")]
public ChangeinAdvancesfromCentralBanksCashFlowStatement ChangeinAdvancesfromCentralBanks => _changeinAdvancesfromCentralBanks ??= new(_timeProvider, _securityIdentifier);
private ChangeinAdvancesfromCentralBanksCashFlowStatement _changeinAdvancesfromCentralBanks;
///
/// The increase or decrease between periods of the financial liabilities.
///
///
/// Morningstar DataId: 26260
///
[JsonProperty("26260")]
public ChangeinFinancialLiabilitiesCashFlowStatement ChangeinFinancialLiabilities => _changeinFinancialLiabilities ??= new(_timeProvider, _securityIdentifier);
private ChangeinFinancialLiabilitiesCashFlowStatement _changeinFinancialLiabilities;
///
/// The increase or decrease between periods of the contract assets.
///
///
/// Morningstar DataId: 26261
///
[JsonProperty("26261")]
public ChangeinInsuranceContractAssetsCashFlowStatement ChangeinInsuranceContractAssets => _changeinInsuranceContractAssets ??= new(_timeProvider, _securityIdentifier);
private ChangeinInsuranceContractAssetsCashFlowStatement _changeinInsuranceContractAssets;
///
/// The increase or decrease between periods of the reinsurance receivable.
///
///
/// Morningstar DataId: 26262
///
[JsonProperty("26262")]
public ChangeinReinsuranceReceivablesCashFlowStatement ChangeinReinsuranceReceivables => _changeinReinsuranceReceivables ??= new(_timeProvider, _securityIdentifier);
private ChangeinReinsuranceReceivablesCashFlowStatement _changeinReinsuranceReceivables;
///
/// The increase or decrease between periods of the deferred acquisition costs.
///
///
/// Morningstar DataId: 26263
///
[JsonProperty("26263")]
public ChangeinDeferredAcquisitionCostsNetCashFlowStatement ChangeinDeferredAcquisitionCostsNet => _changeinDeferredAcquisitionCostsNet ??= new(_timeProvider, _securityIdentifier);
private ChangeinDeferredAcquisitionCostsNetCashFlowStatement _changeinDeferredAcquisitionCostsNet;
///
/// The increase or decrease between periods of the insurance funds.
///
///
/// Morningstar DataId: 26264
///
[JsonProperty("26264")]
public ChangeinInsuranceFundsCashFlowStatement ChangeinInsuranceFunds => _changeinInsuranceFunds ??= new(_timeProvider, _securityIdentifier);
private ChangeinInsuranceFundsCashFlowStatement _changeinInsuranceFunds;
///
/// The increase or decrease between periods of the investment contract liabilities.
///
///
/// Morningstar DataId: 26266
///
[JsonProperty("26266")]
public ChangeinInvestmentContractLiabilitiesCashFlowStatement ChangeinInvestmentContractLiabilities => _changeinInvestmentContractLiabilities ??= new(_timeProvider, _securityIdentifier);
private ChangeinInvestmentContractLiabilitiesCashFlowStatement _changeinInvestmentContractLiabilities;
///
/// The increase or decrease between periods of the insurance contract liabilities.
///
///
/// Morningstar DataId: 26267
///
[JsonProperty("26267")]
public ChangeinInsuranceContractLiabilitiesCashFlowStatement ChangeinInsuranceContractLiabilities => _changeinInsuranceContractLiabilities ??= new(_timeProvider, _securityIdentifier);
private ChangeinInsuranceContractLiabilitiesCashFlowStatement _changeinInsuranceContractLiabilities;
///
/// A non-cash adjustment for total provision and write off on assets & liabilities.
///
///
/// Morningstar DataId: 26269
///
[JsonProperty("26269")]
public ProvisionandWriteOffofAssetsCashFlowStatement ProvisionandWriteOffofAssets => _provisionandWriteOffofAssets ??= new(_timeProvider, _securityIdentifier);
private ProvisionandWriteOffofAssetsCashFlowStatement _provisionandWriteOffofAssets;
///
/// Payment received from customers in the Direct Cash Flow.
///
///
/// Morningstar DataId: 26270
///
[JsonProperty("26270")]
public ReceiptsfromCustomersCashFlowStatement ReceiptsfromCustomers => _receiptsfromCustomers ??= new(_timeProvider, _securityIdentifier);
private ReceiptsfromCustomersCashFlowStatement _receiptsfromCustomers;
///
/// Cash received from governments in the form of grants in the Direct Cash Flow.
///
///
/// Morningstar DataId: 26271
///
[JsonProperty("26271")]
public ReceiptsfromGovernmentGrantsCashFlowStatement ReceiptsfromGovernmentGrants => _receiptsfromGovernmentGrants ??= new(_timeProvider, _securityIdentifier);
private ReceiptsfromGovernmentGrantsCashFlowStatement _receiptsfromGovernmentGrants;
///
/// Amount of net income (loss) for the period allocated to non-controlling shareholders, partners, or other equity holders in one or more of the entities included.
///
///
/// Morningstar DataId: 26272
///
[JsonProperty("26272")]
public MinorityInterestCashFlowStatement MinorityInterest => _minorityInterest ??= new(_timeProvider, _securityIdentifier);
private MinorityInterestCashFlowStatement _minorityInterest;
///
/// Capital expenditure, capitalized software development cost, maintenance capital expenditure, etc. as reported by the company.
///
///
/// Morningstar DataId: 26273
///
[JsonProperty("26273")]
public CapExReportedCashFlowStatement CapExReported => _capExReported ??= new(_timeProvider, _securityIdentifier);
private CapExReportedCashFlowStatement _capExReported;
///
/// Cash received as refunds from tax authorities in operating cash flow, using the direct method
///
///
/// Morningstar DataId: 26274
///
[JsonProperty("26274")]
public CashReceiptsfromTaxRefundsCashFlowStatement CashReceiptsfromTaxRefunds => _cashReceiptsfromTaxRefunds ??= new(_timeProvider, _securityIdentifier);
private CashReceiptsfromTaxRefundsCashFlowStatement _cashReceiptsfromTaxRefunds;
///
/// Cash received from banks and customer deposits in operating cash flow, using the direct method. This item is usually only available for bank industry
///
///
/// Morningstar DataId: 26276
///
[JsonProperty("26276")]
public CashReceiptsfromDepositsbyBanksandCustomersCashFlowStatement CashReceiptsfromDepositsbyBanksandCustomers => _cashReceiptsfromDepositsbyBanksandCustomers ??= new(_timeProvider, _securityIdentifier);
private CashReceiptsfromDepositsbyBanksandCustomersCashFlowStatement _cashReceiptsfromDepositsbyBanksandCustomers;
///
/// Cash received from loans in operating cash flow, using the direct method. This item is usually only available for bank industry
///
///
/// Morningstar DataId: 26277
///
[JsonProperty("26277")]
public CashReceiptsfromLoansCashFlowStatement CashReceiptsfromLoans => _cashReceiptsfromLoans ??= new(_timeProvider, _securityIdentifier);
private CashReceiptsfromLoansCashFlowStatement _cashReceiptsfromLoans;
///
/// Cash received from the trading of securities in operating cash flow, using the direct method. This item is usually only available for bank and insurance industries
///
///
/// Morningstar DataId: 26278
///
[JsonProperty("26278")]
public CashReceiptsfromSecuritiesRelatedActivitiesCashFlowStatement CashReceiptsfromSecuritiesRelatedActivities => _cashReceiptsfromSecuritiesRelatedActivities ??= new(_timeProvider, _securityIdentifier);
private CashReceiptsfromSecuritiesRelatedActivitiesCashFlowStatement _cashReceiptsfromSecuritiesRelatedActivities;
///
/// Cash received from agency fees and commissions in operating cash flow, using the direct method. This item is usually available for bank and insurance industries
///
///
/// Morningstar DataId: 26280
///
[JsonProperty("26280")]
public CashReceiptsfromFeesandCommissionsCashFlowStatement CashReceiptsfromFeesandCommissions => _cashReceiptsfromFeesandCommissions ??= new(_timeProvider, _securityIdentifier);
private CashReceiptsfromFeesandCommissionsCashFlowStatement _cashReceiptsfromFeesandCommissions;
///
/// Cash paid for deposits by banks and customers in operating cash flow, using the direct method. This item is usually only available for bank industry
///
///
/// Morningstar DataId: 26282
///
[JsonProperty("26282")]
public CashPaymentsforDepositsbyBanksandCustomersCashFlowStatement CashPaymentsforDepositsbyBanksandCustomers => _cashPaymentsforDepositsbyBanksandCustomers ??= new(_timeProvider, _securityIdentifier);
private CashPaymentsforDepositsbyBanksandCustomersCashFlowStatement _cashPaymentsforDepositsbyBanksandCustomers;
///
/// Cash paid for loans in operating cash flow, using the direct method. This item is usually only available for bank industry
///
///
/// Morningstar DataId: 26283
///
[JsonProperty("26283")]
public CashPaymentsforLoansCashFlowStatement CashPaymentsforLoans => _cashPaymentsforLoans ??= new(_timeProvider, _securityIdentifier);
private CashPaymentsforLoansCashFlowStatement _cashPaymentsforLoans;
///
/// Cash paid for interest and commission in operating cash flow, using the direct method
///
///
/// Morningstar DataId: 26284
///
[JsonProperty("26284")]
public InterestandCommissionPaidCashFlowStatement InterestandCommissionPaid => _interestandCommissionPaid ??= new(_timeProvider, _securityIdentifier);
private InterestandCommissionPaidCashFlowStatement _interestandCommissionPaid;
///
/// Cash paid to tax authorities in operating cash flow, using the direct method
///
///
/// Morningstar DataId: 26285
///
[JsonProperty("26285")]
public AllTaxesPaidCashFlowStatement AllTaxesPaid => _allTaxesPaid ??= new(_timeProvider, _securityIdentifier);
private AllTaxesPaidCashFlowStatement _allTaxesPaid;
///
/// Cash received from insurance activities in operating cash flow, using the direct method. This item is usually only available for insurance industry
///
///
/// Morningstar DataId: 26286
///
[JsonProperty("26286")]
public CashReceivedfromInsuranceActivitiesCashFlowStatement CashReceivedfromInsuranceActivities => _cashReceivedfromInsuranceActivities ??= new(_timeProvider, _securityIdentifier);
private CashReceivedfromInsuranceActivitiesCashFlowStatement _cashReceivedfromInsuranceActivities;
///
/// Cash received from premium income in operating cash flow, using the direct method. This item is usually only available for insurance industry
///
///
/// Morningstar DataId: 26287
///
[JsonProperty("26287")]
public PremiumReceivedCashFlowStatement PremiumReceived => _premiumReceived ??= new(_timeProvider, _securityIdentifier);
private PremiumReceivedCashFlowStatement _premiumReceived;
///
/// Cash received from reinsurance income or other recoveries income in operating cash flow, using the direct method. This item is usually only available for insurance industry
///
///
/// Morningstar DataId: 26288
///
[JsonProperty("26288")]
public ReinsuranceandOtherRecoveriesReceivedCashFlowStatement ReinsuranceandOtherRecoveriesReceived => _reinsuranceandOtherRecoveriesReceived ??= new(_timeProvider, _securityIdentifier);
private ReinsuranceandOtherRecoveriesReceivedCashFlowStatement _reinsuranceandOtherRecoveriesReceived;
///
/// Cash received from policyholder deposit investment activities in operating cash flow, using the direct method. This item is usually only available for insurance industry
///
///
/// Morningstar DataId: 26289
///
[JsonProperty("26289")]
public PolicyholderDepositInvestmentReceivedCashFlowStatement PolicyholderDepositInvestmentReceived => _policyholderDepositInvestmentReceived ??= new(_timeProvider, _securityIdentifier);
private PolicyholderDepositInvestmentReceivedCashFlowStatement _policyholderDepositInvestmentReceived;
///
/// Cash paid out for insurance activities during the period in operating cash flow, using the direct method. This item is usually only available for insurance industry
///
///
/// Morningstar DataId: 26290
///
[JsonProperty("26290")]
public CashPaidforInsuranceActivitiesCashFlowStatement CashPaidforInsuranceActivities => _cashPaidforInsuranceActivities ??= new(_timeProvider, _securityIdentifier);
private CashPaidforInsuranceActivitiesCashFlowStatement _cashPaidforInsuranceActivities;
///
/// Cash paid out for claims by a insurance company during the period in operating cash flow, using the direct method. This item is usually only available for insurance industry
///
///
/// Morningstar DataId: 26291
///
[JsonProperty("26291")]
public ClaimsPaidCashFlowStatement ClaimsPaid => _claimsPaid ??= new(_timeProvider, _securityIdentifier);
private ClaimsPaidCashFlowStatement _claimsPaid;
///
/// Cash paid for commissions in operating cash flow, using the direct method
///
///
/// Morningstar DataId: 26292
///
[JsonProperty("26292")]
public CommissionPaidCashFlowStatement CommissionPaid => _commissionPaid ??= new(_timeProvider, _securityIdentifier);
private CommissionPaidCashFlowStatement _commissionPaid;
///
/// Cash paid out to reinsurers in operating cash flow, using the direct method. This item is usually only available for insurance industry
///
///
/// Morningstar DataId: 26293
///
[JsonProperty("26293")]
public CashPaidtoReinsurersCashFlowStatement CashPaidtoReinsurers => _cashPaidtoReinsurers ??= new(_timeProvider, _securityIdentifier);
private CashPaidtoReinsurersCashFlowStatement _cashPaidtoReinsurers;
///
/// Cash paid out for underwriting expenses, such as the acquisition of new and renewal insurance contracts, in operating cash flow, using the direct method. This item is usually only available for insurance industry
///
///
/// Morningstar DataId: 26294
///
[JsonProperty("26294")]
public OtherUnderwritingExpensesPaidCashFlowStatement OtherUnderwritingExpensesPaid => _otherUnderwritingExpensesPaid ??= new(_timeProvider, _securityIdentifier);
private OtherUnderwritingExpensesPaidCashFlowStatement _otherUnderwritingExpensesPaid;
///
/// Cash Distribution of earnings to Minority Stockholders.
///
///
/// Morningstar DataId: 26295
///
[JsonProperty("26295")]
public CashDividendsForMinoritiesCashFlowStatement CashDividendsForMinorities => _cashDividendsForMinorities ??= new(_timeProvider, _securityIdentifier);
private CashDividendsForMinoritiesCashFlowStatement _cashDividendsForMinorities;
///
/// The net cash from an entity's operating activities before real cash inflow or outflow for Dividend, Interest, Tax, or other unclassified operating activities.
///
///
/// Morningstar DataId: 26298
///
[JsonProperty("26298")]
public CashGeneratedfromOperatingActivitiesCashFlowStatement CashGeneratedfromOperatingActivities => _cashGeneratedfromOperatingActivities ??= new(_timeProvider, _securityIdentifier);
private CashGeneratedfromOperatingActivitiesCashFlowStatement _cashGeneratedfromOperatingActivities;
///
/// Funds from operations; populated only for real estate investment trusts (REITs), defined as the sum of net income, gain/loss (realized and unrealized) on investment securities, asset impairment charge, depreciation and amortization and gain/ loss on the sale of business and property plant and equipment.
///
///
/// Morningstar DataId: 26299
///
[JsonProperty("26299")]
public FundFromOperationCashFlowStatement FundFromOperation => _fundFromOperation ??= new(_timeProvider, _securityIdentifier);
private FundFromOperationCashFlowStatement _fundFromOperation;
///
/// Net increase or decrease in cash due to purchases or sales of investment properties during the accounting period.
///
///
/// Morningstar DataId: 26300
///
[JsonProperty("26300")]
public NetInvestmentPropertiesPurchaseAndSaleCashFlowStatement NetInvestmentPropertiesPurchaseAndSale => _netInvestmentPropertiesPurchaseAndSale ??= new(_timeProvider, _securityIdentifier);
private NetInvestmentPropertiesPurchaseAndSaleCashFlowStatement _netInvestmentPropertiesPurchaseAndSale;
///
/// Cash outflow for purchases of investment properties during the accounting period.
///
///
/// Morningstar DataId: 26301
///
[JsonProperty("26301")]
public PurchaseOfInvestmentPropertiesCashFlowStatement PurchaseOfInvestmentProperties => _purchaseOfInvestmentProperties ??= new(_timeProvider, _securityIdentifier);
private PurchaseOfInvestmentPropertiesCashFlowStatement _purchaseOfInvestmentProperties;
///
/// Cash inflow from sale of investment properties during the accounting period.
///
///
/// Morningstar DataId: 26302
///
[JsonProperty("26302")]
public SaleOfInvestmentPropertiesCashFlowStatement SaleOfInvestmentProperties => _saleOfInvestmentProperties ??= new(_timeProvider, _securityIdentifier);
private SaleOfInvestmentPropertiesCashFlowStatement _saleOfInvestmentProperties;
///
/// Other cash adjustments included in change in cash not categorized above.
///
///
/// Morningstar DataId: 26303
///
[JsonProperty("26303")]
public OtherCashAdjustIncludedIntoChangeinCashCashFlowStatement OtherCashAdjustIncludedIntoChangeinCash => _otherCashAdjustIncludedIntoChangeinCash ??= new(_timeProvider, _securityIdentifier);
private OtherCashAdjustIncludedIntoChangeinCashCashFlowStatement _otherCashAdjustIncludedIntoChangeinCash;
///
/// Other changes to cash and cash equivalents during the accounting period.
///
///
/// Morningstar DataId: 26304
///
[JsonProperty("26304")]
public OtherCashAdjustExcludeFromChangeinCashCashFlowStatement OtherCashAdjustExcludeFromChangeinCash => _otherCashAdjustExcludeFromChangeinCash ??= new(_timeProvider, _securityIdentifier);
private OtherCashAdjustExcludeFromChangeinCashCashFlowStatement _otherCashAdjustExcludeFromChangeinCash;
///
/// The change in cash flow from the previous period to the current, as reported by the company, may be the same or not the same as Morningstar's standardized definition. It is a supplemental value which would be reported outside consolidated statements.
///
///
/// Morningstar DataId: 26305
///
[JsonProperty("26305")]
public ChangeinCashSupplementalAsReportedCashFlowStatement ChangeinCashSupplementalAsReported => _changeinCashSupplementalAsReported ??= new(_timeProvider, _securityIdentifier);
private ChangeinCashSupplementalAsReportedCashFlowStatement _changeinCashSupplementalAsReported;
private readonly ITimeProvider _timeProvider;
private readonly SecurityIdentifier _securityIdentifier;
///
/// Creates a new instance for the given time and security
///
public CashFlowStatement(ITimeProvider timeProvider, SecurityIdentifier securityIdentifier)
{
_timeProvider = timeProvider;
_securityIdentifier = securityIdentifier;
}
}
}