[][src]Struct gurufocus_api::financials::ValuationRatios

pub struct ValuationRatios {
    pub dividend_yield: Vec<FloatOrString>,
    pub price_to_free_cash_flow: Vec<FloatOrString>,
    pub price_to_operation_cash_flow: Vec<FloatOrString>,
    pub ev_to_ebit: Vec<FloatOrString>,
    pub forward_rate_of_return: Vec<FloatOrString>,
    pub pe_ratio: Vec<FloatOrString>,
    pub peg_ratio: Vec<FloatOrString>,
    pub pb_ratio: Vec<FloatOrString>,
    pub ev_to_ebitda: Vec<FloatOrString>,
    pub price_to_owner_earnings: Vec<FloatOrString>,
    pub price_to_tangible_book: Vec<FloatOrString>,
    pub earnings_yield: Vec<FloatOrString>,
    pub shiller_pe_ratio: Vec<FloatOrString>,
    pub ev_to_revenue: Vec<FloatOrString>,
    pub ps_ratio: Vec<FloatOrString>,
}

Container for holding valuation ratios

Fields

dividend_yield: Vec<FloatOrString>price_to_free_cash_flow: Vec<FloatOrString>price_to_operation_cash_flow: Vec<FloatOrString>ev_to_ebit: Vec<FloatOrString>forward_rate_of_return: Vec<FloatOrString>pe_ratio: Vec<FloatOrString>peg_ratio: Vec<FloatOrString>pb_ratio: Vec<FloatOrString>ev_to_ebitda: Vec<FloatOrString>price_to_owner_earnings: Vec<FloatOrString>price_to_tangible_book: Vec<FloatOrString>earnings_yield: Vec<FloatOrString>shiller_pe_ratio: Vec<FloatOrString>ev_to_revenue: Vec<FloatOrString>ps_ratio: Vec<FloatOrString>

Trait Implementations

impl Debug for ValuationRatios[src]

impl<'de> Deserialize<'de> for ValuationRatios[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