Uses of Class
net.finmath.montecarlo.interestrate.products.Caplet.ValueUnit
-
Packages that use Caplet.ValueUnit Package Description net.finmath.montecarlo.interestrate.products Provides classes which implement financial products which may be valued using anet.finmath.montecarlo.interestrate.LIBORModelMonteCarloSimulationModel. -
-
Uses of Caplet.ValueUnit in net.finmath.montecarlo.interestrate.products
Methods in net.finmath.montecarlo.interestrate.products that return Caplet.ValueUnit Modifier and Type Method Description static Caplet.ValueUnitCaplet.ValueUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static Caplet.ValueUnit[]Caplet.ValueUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.finmath.montecarlo.interestrate.products with parameters of type Caplet.ValueUnit Constructor Description Caplet(double maturity, double periodLength, double strike, double daycountFraction, boolean isFloorlet, Caplet.ValueUnit valueUnit)Create a caplet or a floorlet.
-