quant-pricer-cpp
Loading...
Searching...
No Matches
barrier.hpp
Go to the documentation of this file.
1
2#pragma once
3
4namespace quant {
5
6enum class OptionType { Call, Put };
7
9
12 double B;
13 double rebate{0.0};
14};
15
16} // namespace quant
Barrier option primitives and configuration.
Definition american.hpp:11
BarrierType
Definition barrier.hpp:8
OptionType
Definition barrier.hpp:6
Definition barrier.hpp:10
double rebate
Definition barrier.hpp:13
double B
Definition barrier.hpp:12
BarrierType type
Definition barrier.hpp:11