final RestructuringClause restructuringClause = security.getRestructuringClause();
final double amount = notional.getAmount();
final boolean includeAccruedPremium = security.isIncludeAccruedPremium();
final boolean protectionStart = security.isProtectionStart();
final double quotedSpread = security.getQuotedSpread();
final StandardCDSCoupon premiumLegCoupon = getCoupon(security.getCoupon());
final double upFrontAmount = security.getUpfrontAmount().getAmount();
final StubType stubType = security.getStubType().toAnalyticsType();
final ZonedDateTime cashSettlementDate = security.getCashSettlementDate();
final boolean adjustCashSettlementDate = security.isAdjustCashSettlementDate();
final double coupon = security.getCoupon();