FinancialLeverage ( int fiscalPeriod );
Default values:
fiscalPeriod: FiscalPeriod.YEAR
Description
The FinancialLeverage
functions returns the ratio of a company's total assets to its common equity. By default, the value is returned for the currently selected symbol and based on the annual reporting data. To specify a different symbol for this function, modify the value of the symbol
input parameter. To use quarterly data instead of annual, assign the FiscalPeriod.QUARTERLY
constant to the fiscalPeriod
input parameter.