[][src]Struct gurufocus_api::financials::CommonSizeRatios

pub struct CommonSizeRatios {
    pub net_margin_pct: Vec<FloatOrString>,
    pub gross_profit_to_asset_pct: Vec<FloatOrString>,
    pub return_on_tangible_asset: Vec<FloatOrString>,
    pub roic_pct: Vec<FloatOrString>,
    pub return_on_tangible_equity: Vec<FloatOrString>,
    pub asset_turnover: Vec<FloatOrString>,
    pub cogs_to_revenue: Vec<FloatOrString>,
    pub dividend_payout_ratio: Vec<FloatOrString>,
    pub debt_to_equity: Vec<FloatOrString>,
    pub operating_margin_pct: Vec<FloatOrString>,
    pub days_inventory: Vec<FloatOrString>,
    pub fcf_margin_pct: Vec<FloatOrString>,
    pub wacc_pct: Vec<FloatOrString>,
    pub debt_to_asset: Vec<FloatOrString>,
    pub inventory_to_revenue: Vec<FloatOrString>,
    pub days_sales_outstanding: Vec<FloatOrString>,
    pub cash_conversion_cycle: Vec<FloatOrString>,
    pub gross_margin_pct: Vec<FloatOrString>,
    pub roa_pct: Vec<FloatOrString>,
    pub inventory_turnover: Vec<FloatOrString>,
    pub roe_pct_adjusted_to_book_value: Vec<FloatOrString>,
    pub roc_pct: Vec<FloatOrString>,
    pub days_payable: Vec<FloatOrString>,
    pub roe_pct: Vec<FloatOrString>,
    pub effective_interest_rate_on_debt_pct: Vec<FloatOrString>,
    pub equity_to_asset: Vec<FloatOrString>,
}

Container for holding common size ratios

Fields

net_margin_pct: Vec<FloatOrString>gross_profit_to_asset_pct: Vec<FloatOrString>return_on_tangible_asset: Vec<FloatOrString>roic_pct: Vec<FloatOrString>return_on_tangible_equity: Vec<FloatOrString>asset_turnover: Vec<FloatOrString>cogs_to_revenue: Vec<FloatOrString>dividend_payout_ratio: Vec<FloatOrString>debt_to_equity: Vec<FloatOrString>operating_margin_pct: Vec<FloatOrString>days_inventory: Vec<FloatOrString>fcf_margin_pct: Vec<FloatOrString>wacc_pct: Vec<FloatOrString>debt_to_asset: Vec<FloatOrString>inventory_to_revenue: Vec<FloatOrString>days_sales_outstanding: Vec<FloatOrString>cash_conversion_cycle: Vec<FloatOrString>gross_margin_pct: Vec<FloatOrString>roa_pct: Vec<FloatOrString>inventory_turnover: Vec<FloatOrString>roe_pct_adjusted_to_book_value: Vec<FloatOrString>roc_pct: Vec<FloatOrString>days_payable: Vec<FloatOrString>roe_pct: Vec<FloatOrString>effective_interest_rate_on_debt_pct: Vec<FloatOrString>equity_to_asset: Vec<FloatOrString>

Trait Implementations

impl Debug for CommonSizeRatios[src]

impl<'de> Deserialize<'de> for CommonSizeRatios[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err