<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>WithholdingTaxInUSD__c</fullName>
    <externalId>false</externalId>
    <formula>WUConveraFXRate__c  *  WithholdingTax__c</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <inlineHelpText>Calculated based on WU/Convera FX Rate multiplied by Withholding Tax in local currency</inlineHelpText>
    <label>Withholding Tax in USD</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>
