Uses of Class
net.finmath.time.ScheduleFromPeriods
Packages that use ScheduleFromPeriods
Package
Description
Provides classes related to the valuations of CDS.
-
Uses of ScheduleFromPeriods in net.finmath.marketdata.model.cds
Constructors in net.finmath.marketdata.model.cds with parameters of type ScheduleFromPeriodsModifierConstructorDescriptionCDS(ScheduleFromPeriods schedule, String discountCurveName, String forwardCurveName, String survivalProbabilityCurveName, String recoveryRateCurveName, double floatingFeeSpread, double upfrontPayment, LocalDate tradeDate, CDS.ValuationModel valuationModel, CDS.DirtyCleanPrice dirtyCleanPrice, boolean useFinerDiscretization)Creates a CDS with a floating fee, with upfront.CDS(ScheduleFromPeriods schedule, String discountCurveName, String forwardCurveName, String survivalProbabilityCurveName, String recoveryRateCurveName, double floatingFeeSpread, LocalDate tradeDate, CDS.ValuationModel valuationModel, CDS.DirtyCleanPrice dirtyCleanPrice, boolean useFinerDiscretization)Creates a CDS with a floating fee, no upfront.