Package com.opengamma.analytics.financial.credit

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


  private LegacyFixedRecoveryCDSSecurity createLegacyFixedRecoveryCDSSecurity() {
    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);
View Full Code Here


  private LegacyRecoveryLockCDSSecurity createLegacyRecoveryLockCDSSecurity() {
    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);
View Full Code Here

  private LegacyVanillaCDSSecurity createLegacyVanillaCDSSecurity() {
    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);
View Full Code Here

  private StandardFixedRecoveryCDSSecurity createStandardFixedRecoveryCDSSecurity() {
    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);
View Full Code Here

  private StandardRecoveryLockCDSSecurity createStandardRecoveryLockCDSSecurity() {
    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);
View Full Code Here

  private StandardVanillaCDSSecurity createStandardVanillaCDSSecurity() {
    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);
View Full Code Here

    final boolean immAdjustMaturityDate = security.isImmAdjustMaturityDate();
    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();
View Full Code Here

    final boolean immAdjustMaturityDate = security.isImmAdjustMaturityDate();
    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();
View Full Code Here

    final boolean immAdjustMaturityDate = security.isImmAdjustMaturityDate();
    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();
View Full Code Here

    final boolean immAdjustMaturityDate = security.isImmAdjustMaturityDate();
    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();
View Full Code Here

TOP

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

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.