<?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="PartyA" />
        <tradeId tradeIdScheme="http://www.partya.com">12345678</tradeId>
      </partyTradeIdentifier>
      <partyTradeIdentifier>
        <partyReference href="PartyB" />
        <tradeId tradeIdScheme="http://www.partyb.com">8745632</tradeId>
      </partyTradeIdentifier>
      <tradeDate>2010-01-09</tradeDate>
    </tradeHeader>
    <repo>
      <fixedRateSchedule>
        <initialValue>0.00006</initialValue>
      </fixedRateSchedule>
      <dayCountFraction>ACT/360</dayCountFraction>
      <duration>Term</duration>
      <nearLeg>
        <buyerPartyReference href="PartyB" />
        <sellerPartyReference href="PartyA" />
        <settlementDate>
          <adjustableDate>
            <unadjustedDate>2010-01-09</unadjustedDate>
            <dateAdjustments>
              <businessDayConvention>NotApplicable</businessDayConvention>
            </dateAdjustments>
          </adjustableDate>
        </settlementDate>
        <settlementAmount>
          <currency>USD</currency>
          <amount>700000000</amount>
        </settlementAmount>
      </nearLeg>
      <farLeg>
        <buyerPartyReference href="PartyA" />
        <sellerPartyReference href="PartyB" />
        <settlementDate>
          <adjustableDate>
            <unadjustedDate>2010-02-09</unadjustedDate>
            <dateAdjustments>
              <businessDayConvention>NotApplicable</businessDayConvention>
            </dateAdjustments>
          </adjustableDate>
        </settlementDate>
        <settlementAmount>
          <currency>USD</currency>
          <amount>700036166.67</amount>
        </settlementAmount>
      </farLeg>
      <triParty>
        <triPartyAgent href="PartyC" />
        <collateralProfile collateralProfileScheme="http://www.partyC.com">DEF</collateralProfile>
        <collateralType collateralTypeScheme="http://www.partyC.com">RMBS</collateralType>
      </triParty>
    </repo>
  </trade>
  <party id="PartyA">
    <partyId partyIdScheme="http://www.fpml.org/coding-scheme/dummy-party-id">Party A</partyId>
  </party>
  <party id="PartyB">
    <partyId partyIdScheme="http://www.fpml.org/coding-scheme/dummy-party-id">Party B</partyId>
  </party>
  <party id="PartyC">
    <partyId partyIdScheme="http://www.fpml.org/coding-scheme/dummy-party-id">TriParty Agent</partyId>
  </party>
</dataDocument>
