Class IRSwapGenerator
java.lang.Object
net.finmath.smartcontract.product.IRSwapGenerator
Generates an interest rate swap. This is used for testing and visualization.
Alternative way to generate the swap is via the parser.
- Author:
- Peter Kohl-Landgraf, Christian Fries
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.finmath.marketdata.products.Swap
generateAnalyticSwapObject
(LocalDate startDate, String maturityLabel, double notional, double fixRate, boolean isReceiveFix, String forwardCurveName, String discountCurveName)
-
Method Details
-
generateAnalyticSwapObject
-