Create option pricing engine structure, test architecture.
Some checks failed
C++ CI / build (push) Has been cancelled
Some checks failed
C++ CI / build (push) Has been cancelled
This commit is contained in:
9
src/MarketData.cpp
Normal file
9
src/MarketData.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Created by David Doebel on 06.03.2026.
|
||||
//
|
||||
|
||||
#include "MarketData.hpp"
|
||||
|
||||
double MarketData::spot() const { return spot_; }
|
||||
YieldCurve& MarketData::yield_curve() { return *yield_curve_; }
|
||||
VolatilitySurface& MarketData::volatility_surface() { return *volatility_surface_; }
|
||||
Reference in New Issue
Block a user