Uses of Class
net.finmath.montecarlo.interestrate.models.FundingCapacity
Packages that use FundingCapacity
Package
Description
Products which may be valued using an
AssetModelMonteCarloSimulationModel.Provides classes which implement financial products which may be
valued using a
net.finmath.montecarlo.interestrate.LIBORModelMonteCarloSimulationModel.-
Uses of FundingCapacity in net.finmath.montecarlo.assetderivativevaluation.products
Constructors in net.finmath.montecarlo.assetderivativevaluation.products with parameters of type FundingCapacityModifierConstructorDescriptionForwardAgreementWithFundingRequirement(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 FundingCapacityModifierConstructorDescriptionSwapLegWithFundingProvider(Schedule legSchedule, double[] notionals, AbstractIndex index, double[] spreads, FundingCapacity fundingCapacity)Creates a swap leg.