pub struct Greeks {}Expand description
Collection of Greeks for a vanilla option.
All fields are optional from a modeling perspective; a particular model may choose to populate only a subset. By default they are initialized to zero.
Fields§
§delta: f64§gamma: f64§theta: f64§vega: f64§rho: f64§epsilon: f64§lambda: f64§vanna: f64§charm: f64§veta: f64§vomma: f64§speed: f64§zomma: f64§color: f64§ultima: f64§dual_delta: f64§dual_gamma: f64Trait Implementations§
impl Copy for Greeks
impl StructuralPartialEq for Greeks
Auto Trait Implementations§
impl Freeze for Greeks
impl RefUnwindSafe for Greeks
impl Send for Greeks
impl Sync for Greeks
impl Unpin for Greeks
impl UnwindSafe for Greeks
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).Source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.