<?xml version="1.0" encoding="UTF-8"?>
<!--
   == Copyright (c) 2002-2007. 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
-->
<FpML xmlns="http://www.fpml.org/2007/FpML-4-4" xmlns:fpml="http://www.fpml.org/2007/FpML-4-4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4-4" xsi:schemaLocation="http://www.fpml.org/2007/FpML-4-4 ../../fpml-main-4-4.xsd http://www.w3.org/2000/09/xmldsig# ../../xmldsig-core-schema.xsd" xsi:type="DataDocument">
   <trade>
      <tradeHeader>
         <partyTradeIdentifier>
            <partyReference href="party1"/>
            <tradeId tradeIdScheme="http://www.xyzbank.com/cd-trade-id">xyz1234</tradeId>
         </partyTradeIdentifier>
         <partyTradeIdentifier>
            <partyReference href="party2"/>
            <tradeId tradeIdScheme="http://www.abcbank.com/cd-trade-id">abc1234</tradeId>
         </partyTradeIdentifier>
         <tradeDate>2002-12-04Z</tradeDate>
      </tradeHeader>
      <creditDefaultSwap>
         <generalTerms>
            <effectiveDate>
               <unadjustedDate>2002-12-05Z</unadjustedDate>
            </effectiveDate>
            <scheduledTerminationDate>
               <adjustableDate>
                  <unadjustedDate>2007-12-05Z</unadjustedDate>
               </adjustableDate>
            </scheduledTerminationDate>
            <sellerPartyReference href="party2"/>
            <buyerPartyReference href="party1"/>
            <referenceInformation>
               <referenceEntity id="referenceEntity">
                  <entityName>Aiful Corporation</entityName>
                  <entityId entityIdScheme="http://www.fpml.org/spec/2003/entity-id-RED-1-0">008FAQ</entityId>
               </referenceEntity>
               <referenceObligation>
                  <bond>
                     <instrumentId instrumentIdScheme="http://www.fpml.org/spec/2002/instrument-id-ISIN-1-0">JP310504B117</instrumentId>
                     <couponRate>0.02</couponRate>
                     <maturity>2004-01-26</maturity>
                  </bond>
                  <primaryObligorReference href="referenceEntity"/>
               </referenceObligation><!-- CHANGE, Added by: Christian Nentwich
    		      Added bogus allGuarantees (illegal in short form) -->
               <allGuarantees>true</allGuarantees>
            </referenceInformation>
         </generalTerms>
         <feeLeg>
            <periodicPayment>
               <paymentFrequency>
                  <periodMultiplier>3</periodMultiplier>
                  <period>M</period>
               </paymentFrequency>
               <firstPaymentDate>2003-03-05Z</firstPaymentDate>
               <rollConvention>5</rollConvention>
               <fixedAmountCalculation>
                  <fixedRate>0.007</fixedRate>
               </fixedAmountCalculation>
            </periodicPayment>
         </feeLeg>
         <protectionTerms>
            <calculationAmount>
               <currency>JPY</currency>
               <amount>500000000</amount>
            </calculationAmount>
            <creditEvents>
               <restructuring/>
            </creditEvents>
         </protectionTerms>
      </creditDefaultSwap>
      <calculationAgentBusinessCenter>JPTO</calculationAgentBusinessCenter>
      <documentation>
         <masterConfirmation>
            <masterConfirmationType>ISDA2003CreditJapan</masterConfirmationType>
            <masterConfirmationDate>2003-06-06Z</masterConfirmationDate>
         </masterConfirmation>
      </documentation>
   </trade>
   <party id="party1">
      <partyId>XYZBICXXX</partyId>
      <partyName>XYZ Bank</partyName>
   </party>
   <party id="party2">
      <partyId>ABCBICXXX</partyId>
      <partyName>ABC Bank</partyName>
   </party>
</FpML>