Mexico (CFDI): USD Exchange Rate

Information regarding the USD Exchange Rate for Mexico (CFDI).

The amount in Mexican pesos equivalent to one U.S. dollar must be recorded, in accordance with Article 20 of the Federal Tax Code.

Name (Path)CardinalityDescription
Source Currency (/Invoice/PaymentAlternativeExchangeRate/SourceCurrencyCode)1..1Fix value USD
Target Currency (/Invoice/PaymentAlternativeExchangeRate/TargetCurrencyCode)1..1Fix value MXN
Calculation Rate (/Invoice/PaymentAlternativeExchangeRate/CalculationRate)1..1Exchange Rate

Example

<ubl:Invoice>
	<!-- code omitted for clarity -->
	<cac:PaymentAlternativeExchangeRate>
		<cbc:SourceCurrencyCode>USD</cbc:SourceCurrencyCode>
		<cbc:TargetCurrencyCode>MXN</cbc:TargetCurrencyCode>
		<cbc:CalculationRate>18.00</cbc:CalculationRate>	
	</cac:PaymentAlternativeExchangeRate>
	<!-- code omitted for clarity -->
</ubl:Invoice>