Examples of DebtSeniority


Examples of com.opengamma.analytics.financial.credit.DebtSeniority

  public CreditDefaultSwapDefinition visitCreditDefaultSwapIndexSecurity(final CreditDefaultSwapIndexSecurity security) {
    final boolean isBuy = security.isBuy();
    final ExternalId protectionSeller = security.getProtectionSeller();
    final ExternalId protectionBuyer = security.getProtectionBuyer();
    final ExternalId referenceEntity = security.getReferenceEntity();
    final DebtSeniority debtSeniority = DebtSeniority.NONE;
    final RestructuringClause restructuringClause = RestructuringClause.NONE;
    final ZonedDateTime startDate = security.getStartDate();
    final ZonedDateTime effectiveDate = security.getEffectiveDate();
    final ZonedDateTime maturityDate = security.getMaturityDate();
    final StubType stubType = security.getStubType();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.