Package com.opengamma.analytics.financial.credit

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


    final boolean isBuy = bool();
    final ExternalId protectionSeller = ExternalId.of("protectionSeller", "Foo");
    final ExternalId protectionBuyer = ExternalId.of("protectionBuyer", "Foo");
    final ExternalId referenceEntity = ExternalId.of("referenceEntity", "Foo");
    final DebtSeniority debtSeniority = DebtSeniority.SENIOR;
    final RestructuringClause restructuringClause = RestructuringClause.NONE;
    final ExternalId regionId = region();
    final ZonedDateTime startDate = ZonedDateTime.now().minusMonths(6);
    final ZonedDateTime effectiveDate = ZonedDateTime.now().minusMonths(5);
    final ZonedDateTime maturityDate = ZonedDateTime.now().plusMonths(6);
    final StubType stubType = stubType();
View Full Code Here


    final boolean isBuy = bool();
    final ExternalId protectionSeller = ExternalId.of("protectionSeller", "Foo");
    final ExternalId protectionBuyer = ExternalId.of("protectionBuyer", "Foo");
    final ExternalId referenceEntity = ExternalId.of("referenceEntity", "Foo");
    final DebtSeniority debtSeniority = DebtSeniority.SENIOR;
    final RestructuringClause restructuringClause = RestructuringClause.NONE;
    final ExternalId regionId = region();
    final ZonedDateTime startDate = ZonedDateTime.now().minusMonths(6);
    final ZonedDateTime effectiveDate = ZonedDateTime.now().minusMonths(5);
    final ZonedDateTime maturityDate = ZonedDateTime.now().plusMonths(6);
    final StubType stubType = stubType();
View Full Code Here

    final boolean isBuy = bool();
    final ExternalId protectionSeller = ExternalId.of("protectionSeller", "Foo");
    final ExternalId protectionBuyer = ExternalId.of("protectionBuyer", "Foo");
    final ExternalId referenceEntity = ExternalId.of("referenceEntity", "Foo");
    final DebtSeniority debtSeniority = DebtSeniority.SENIOR;
    final RestructuringClause restructuringClause = RestructuringClause.NONE;
    final ExternalId regionId = region();
    final ZonedDateTime startDate = ZonedDateTime.now().minusMonths(6);
    final ZonedDateTime effectiveDate = ZonedDateTime.now().minusMonths(5);
    final ZonedDateTime maturityDate = ZonedDateTime.now().plusMonths(6);
    final StubType stubType = stubType();
View Full Code Here

    final boolean isBuy = bool();
    final ExternalId protectionSeller = ExternalId.of("protectionSeller", "Foo");
    final ExternalId protectionBuyer = ExternalId.of("protectionBuyer", "Foo");
    final ExternalId referenceEntity = ExternalId.of("referenceEntity", "Foo");
    final DebtSeniority debtSeniority = DebtSeniority.SENIOR;
    final RestructuringClause restructuringClause = RestructuringClause.NONE;
    final ExternalId regionId = region();
    final ZonedDateTime startDate = ZonedDateTime.now().minusMonths(6);
    final ZonedDateTime effectiveDate = ZonedDateTime.now().minusMonths(5);
    final ZonedDateTime maturityDate = ZonedDateTime.now().plusMonths(6);
    final StubType stubType = stubType();
View Full Code Here

    final boolean isBuy = bool();
    final ExternalId protectionSeller = ExternalId.of("protectionSeller", "Foo");
    final ExternalId protectionBuyer = ExternalId.of("protectionBuyer", "Foo");
    final ExternalId referenceEntity = ExternalId.of("referenceEntity", "Foo");
    final DebtSeniority debtSeniority = DebtSeniority.SENIOR;
    final RestructuringClause restructuringClause = RestructuringClause.NONE;
    final ExternalId regionId = region();
    final ZonedDateTime startDate = ZonedDateTime.now().minusMonths(6);
    final ZonedDateTime effectiveDate = ZonedDateTime.now().minusMonths(5);
    final ZonedDateTime maturityDate = ZonedDateTime.now().plusMonths(6);
    final StubType stubType = stubType();
View Full Code Here

    final boolean isBuy = bool();
    final ExternalId protectionSeller = ExternalId.of("protectionSeller", "Foo");
    final ExternalId protectionBuyer = ExternalId.of("protectionBuyer", "Foo");
    final ExternalId referenceEntity = ExternalId.of("referenceEntity", "Foo");
    final DebtSeniority debtSeniority = DebtSeniority.SENIOR;
    final RestructuringClause restructuringClause = RestructuringClause.NONE;
    final ExternalId regionId = region();
    final ZonedDateTime startDate = ZonedDateTime.now().minusMonths(6);
    final ZonedDateTime effectiveDate = ZonedDateTime.now().minusMonths(5);
    final ZonedDateTime maturityDate = ZonedDateTime.now().plusMonths(6);
    final StubType stubType = stubType();
View Full Code Here

    final boolean adjustEffectiveDate = security.isAdjustEffectiveDate();
    final boolean adjustMaturityDate = security.isAdjustMaturityDate();
    final InterestRateNotional notional = security.getNotional();
    final Currency currency = notional.getCurrency();
    final DebtSeniority debtSeniority = security.getDebtSeniority();
    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());
View Full Code Here

    final boolean adjustEffectiveDate = security.isAdjustEffectiveDate();
    final boolean adjustMaturityDate = security.isAdjustMaturityDate();
    final InterestRateNotional notional = security.getNotional();
    final Currency currency = notional.getCurrency();
    final DebtSeniority debtSeniority = security.getDebtSeniority();
    final RestructuringClause restructuringClause = security.getRestructuringClause();
    final double amount = notional.getAmount();
    final boolean includeAccruedPremium = security.isIncludeAccruedPremium();
    final boolean protectionStart = security.isProtectionStart();
    final StubType stubType = security.getStubType().toAnalyticsType();
    final double parSpread = security.getParSpread();
View Full Code Here

    final boolean adjustEffectiveDate = security.isAdjustEffectiveDate();
    final boolean adjustMaturityDate = security.isAdjustMaturityDate();
    final InterestRateNotional notional = security.getNotional();
    final Currency currency = notional.getCurrency();
    final DebtSeniority debtSeniority = security.getDebtSeniority();
    final RestructuringClause restructuringClause = security.getRestructuringClause();
    final double amount = notional.getAmount();
    final double recoveryRate = _recoveryRate;
    final boolean includeAccruedPremium = security.isIncludeAccruedPremium();
    final boolean protectionStart = security.isProtectionStart();
    final double quotedSpread = security.getQuotedSpread();
View Full Code Here

    final boolean adjustEffectiveDate = security.isAdjustEffectiveDate();
    final boolean adjustMaturityDate = security.isAdjustMaturityDate();
    final InterestRateNotional notional = security.getNotional();
    final Currency currency = notional.getCurrency();
    final DebtSeniority debtSeniority = security.getDebtSeniority();
    final RestructuringClause restructuringClause = security.getRestructuringClause();
    final double amount = notional.getAmount();
    final double recoveryRate = _recoveryRate;
    final boolean includeAccruedPremium = security.isIncludeAccruedPremium();
    final boolean protectionStart = security.isProtectionStart();
    final StubType stubType = security.getStubType().toAnalyticsType();
View Full Code Here

TOP

Related Classes of com.opengamma.analytics.financial.credit.RestructuringClause

Copyright © 2018 www.massapicom. 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.