<?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
-->
<!--With forward starting, the deal needs to be updated on/after the strike date to add (Initial Price) and replace with (Equity Notional) numeric values, so there are two samples for the same deal – pre and post.-->
<!--5.0:Message type is a Root of the message-->
<!--5.0 Messaging: changed <requestTradeConfirmation> -><requestConfirmation>-->
<requestConfirmation
    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"
>
  <header>
    <messageId messageIdScheme="http://www.matchingservice.com/coding-scheme/messageId">FX12345678</messageId>
    <sentBy messageAddressScheme="http://www.matchingservice.com/partyId">PARTY1US33</sentBy>
    <sendTo messageAddressScheme="http://www.matchingservice.com/partyId">MATCHSRV</sendTo>
    <creationTimestamp>2001-10-23T08:57:00Z</creationTimestamp>
  </header>
  <isCorrection>false</isCorrection>
  <correlationId correlationIdScheme="hhttp://www.matchingservice.com/coding-scheme/correlationId">FX987</correlationId>
  <sequenceNumber>1</sequenceNumber>
  <trade>
    <tradeHeader>
      <partyTradeIdentifier>
        <partyReference href="party2" />
        <tradeId tradeIdScheme="http://www.handcoded.com/trade-id">TQ2453-3</tradeId>
      </partyTradeIdentifier>
      <tradeDate>2008-03-31</tradeDate>
    </tradeHeader>
    <fxSingleLeg>
      <exchangedCurrency1>
        <payerPartyReference href="party2" />
        <receiverPartyReference href="party1" />
        <paymentAmount>
          <currency>GBP</currency>
          <amount>10000000</amount>
        </paymentAmount>
      </exchangedCurrency1>
      <exchangedCurrency2>
        <payerPartyReference href="party1" />
        <receiverPartyReference href="party2" />
        <paymentAmount>
          <currency>MXN</currency>
          <amount>21376606</amount>
        </paymentAmount>
      </exchangedCurrency2>
      <valueDate>2008-04-04</valueDate>
      <exchangeRate>
        <quotedCurrencyPair>
          <currency1>MXN</currency1>
          <currency2>GBP</currency2>
          <quoteBasis>Currency1PerCurrency2</quoteBasis>
        </quotedCurrencyPair>
        <rate>21.3766</rate>
        <spotRate>21.2531</spotRate>
<!--invalid rule fx-30: rate must be equal to the sum of spotRate and forwardPoints. The corrcet value would be <forwardPoints>0.0913</forwardPoints> -->
        <forwardPoints>0.1235</forwardPoints>
        <crossRate>
          <currency1>MXN</currency1>
          <currency2>USD</currency2>
          <quoteBasis>Currency2PerCurrency1</quoteBasis>
          <rate>10.7145</rate>
        </crossRate>
        <crossRate>
          <currency1>USD</currency1>
          <currency2>EUR</currency2>
          <quoteBasis>Currency1PerCurrency2</quoteBasis>
          <rate>1.9951</rate>
        </crossRate>
      </exchangeRate>
    </fxSingleLeg>
  </trade>
  <party id="party1">
    <partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">549300XARD788LSGZW76</partyId>
  </party>
  <party id="party2">
    <partyId partyIdScheme="http://www.fpml.org/coding-scheme/dummy-party-id">HDCDUK12</partyId>
  </party>
</requestConfirmation>
