Uses of Class
net.finmath.montecarlo.interestrate.models.FundingCapacity
-
Packages that use FundingCapacity Package Description net.finmath.montecarlo.assetderivativevaluation.products Products which may be valued using anAssetModelMonteCarloSimulationModel.net.finmath.montecarlo.interestrate.products Provides classes which implement financial products which may be valued using anet.finmath.montecarlo.interestrate.LIBORModelMonteCarloSimulationModel. -
-
Uses of FundingCapacity in net.finmath.montecarlo.assetderivativevaluation.products
Constructors in net.finmath.montecarlo.assetderivativevaluation.products with parameters of type FundingCapacity Constructor Description ForwardAgreementWithFundingRequirement(double maturity, double forwardValue, int underlyingIndex, FundingCapacity fundingCapacity)Construct a product representing an European option on an asset S (where S the asset with index 0 from the model - single asset case).ForwardAgreementWithFundingRequirement(String underlyingName, double maturity, double forwardValue, FundingCapacity fundingCapacity)Construct a product representing an European option on an asset S (where S the asset with index 0 from the model - single asset case). -
Uses of FundingCapacity in net.finmath.montecarlo.interestrate.products
Constructors in net.finmath.montecarlo.interestrate.products with parameters of type FundingCapacity Constructor Description SwapLegWithFundingProvider(Schedule legSchedule, double[] notionals, AbstractIndex index, double[] spreads, FundingCapacity fundingCapacity)Creates a swap leg.
-