Cash Flows

The autodcf.company.CashFlows class encapsulates information about a company’s cash flows for a specific time period.

class autodcf.company.CashFlows(capex)

Statement of Cash Flows object for specific company during a specific time period.

Parameters

capex (Union[int, float]) – Capital expenditures for cash flow period.

capex

Capital expenditures for cash flow period.

Type

Union[int, float]