pub struct Slv<'a> {
pub heston: HestonParams,
pub cond_var: ConditionalVariance,
/* private fields */
}Expand description
A calibrated SLV model (borrows the Dupire local vol it was built on).
Fields§
§heston: HestonParams§cond_var: ConditionalVarianceImplementations§
Auto Trait Implementations§
impl<'a> Freeze for Slv<'a>
impl<'a> RefUnwindSafe for Slv<'a>
impl<'a> Send for Slv<'a>
impl<'a> Sync for Slv<'a>
impl<'a> Unpin for Slv<'a>
impl<'a> UnsafeUnpin for Slv<'a>
impl<'a> UnwindSafe for Slv<'a>
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