<?xml version="1.0" encoding="utf-8" ?>
<!--View is confirmation-->
<!--Version is 5-10-->
<!--NS is http://www.fpml.org/FpML-5/confirmation-->
<!--
        == Copyright (c) 2014-2018 All rights reserved.
        == Financial Products Markup Language is subject to the FpML public license.
        == A copy of this license is available at http://www.fpml.org/license/license.html
-->
<dataDocument
    xmlns="http://www.fpml.org/FpML-5/confirmation"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    fpmlVersion="5-10"
    xsi:schemaLocation="http://www.fpml.org/FpML-5/confirmation ../../fpml-main-5-10.xsd http://www.w3.org/2000/09/xmldsig# ../../xmldsig-core-schema.xsd"
>
  <trade>
    <tradeHeader>
      <partyTradeIdentifier>
        <partyReference href="party1" />
        <tradeId tradeIdScheme="http://www.newbank.com/trade-id">CDX1234</tradeId>
      </partyTradeIdentifier>
      <partyTradeIdentifier>
        <partyReference href="party2" />
        <tradeId tradeIdScheme="http://www.massivebank.com/trade-id">1234A6</tradeId>
      </partyTradeIdentifier>
      <tradeDate>2005-01-24</tradeDate>
    </tradeHeader>
    <creditDefaultSwap>
      <generalTerms>
        <effectiveDate>
          <unadjustedDate>2014-05-20</unadjustedDate>
          <dateAdjustments>
            <businessDayConvention>NotApplicable</businessDayConvention>
          </dateAdjustments>
        </effectiveDate>
        <scheduledTerminationDate>
          <unadjustedDate>2015-05-20</unadjustedDate>
          <dateAdjustments>
            <businessDayConvention>NotApplicable</businessDayConvention>
          </dateAdjustments>
        </scheduledTerminationDate>
        <buyerPartyReference href="party1" />
        <sellerPartyReference href="party2" />
        <indexReferenceInformation>
          <indexName indexNameScheme="http://www.fpml.org/coding-scheme/external/standard-and-poors">S&amp;P/ISDA U.S. 150 Credit Spread Index Series 1</indexName>
          <indexId indexIdScheme="http://www.fpml.org/coding-scheme/external/standard-and-poors">7FC48VAA0</indexId>
        </indexReferenceInformation>
        <additionalTerm additionalTermScheme="http://derivserv.dtcc.com/coding-scheme/additional-term">Y</additionalTerm>
      </generalTerms>
      <feeLeg>
        <initialPayment>
          <payerPartyReference href="party1" />
          <receiverPartyReference href="party2" />
          <paymentAmount>
            <currency currencyScheme="http://www.fpml.org/ext/iso4217">USD</currency>
            <amount>20000</amount>
          </paymentAmount>
        </initialPayment>
        <periodicPayment>
          <fixedAmountCalculation>
            <fixedRate>0.0085</fixedRate>
          </fixedAmountCalculation>
        </periodicPayment>
      </feeLeg>
      <protectionTerms>
        <calculationAmount id="calculationAmount">
          <currency currencyScheme="http://www.fpml.org/ext/iso4217">USD</currency>
          <amount>5000000</amount>
        </calculationAmount>
      </protectionTerms>
    </creditDefaultSwap>
    <documentation>
      <masterAgreement>
        <masterAgreementType masterAgreementTypeScheme="http://www.fpml.org/coding-scheme/master-agreement-type">ISDA</masterAgreementType>
      </masterAgreement>
      <contractualTermsSupplement>
        <type contractualSupplementScheme="http://www.fpml.org/coding-scheme/contractual-supplement">SP</type>
        <publicationDate>2010-09-19</publicationDate>
      </contractualTermsSupplement>
    </documentation>
  </trade>
  <party id="party1">
    <partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">HPFHU0OQ28E4N0NFVK49</partyId>
    <partyName>New Bank, New York</partyName>
  </party>
  <party id="party2">
    <partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">254900O1WT2BXINL9612</partyId>
    <partyName>Massive Bank, New York</partyName>
  </party>
</dataDocument>
