pub enum McModel {
Gbm,
LocalVol,
Heston,
}Expand description
Dynamics used for path generation. Gbm diffuses at the option’s own
(constant) implied vol; LocalVol diffuses at the Dupire local
volatility calibrated from the option’s vol surface.
Variants§
Trait Implementations§
impl Copy for McModel
impl Eq for McModel
impl StructuralPartialEq for McModel
Auto Trait Implementations§
impl Freeze for McModel
impl RefUnwindSafe for McModel
impl Send for McModel
impl Sync for McModel
impl Unpin for McModel
impl UnsafeUnpin for McModel
impl UnwindSafe for McModel
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