Direct answer
Pip value is the amount of money you gain or lose for a one-pip move of an FX rate, expressed in your account currency. For yen pairs, the key idea is that the “pip step” is usually defined differently (commonly 0.01 in the quoted yen amount), so the money result depends on (1) the pip size, (2) the contract size, (3) the exchange rate used for conversions into the account currency, and (4) the lot-size and quote conventions you assume.
Mechanics: definition and the moving parts
A “pip” is a standardized unit used to describe changes in an FX quote. In many retail conventions, most currency pairs use 0.0001 as the pip size, but yen pairs are commonly quoted with two decimals for the typical pip step, so the pip size is often taken as 0.01 in the quote currency amount. This means the pip value is computed from a different numeric step, even before any currency conversion is applied.
To calculate pip value, you need these assumptions and inputs:
- Pair structure: a quoted price like
Base/Quote(example:USD/JPYmeans USD is the base currency, JPY is the quote currency). - Pip size in quote currency: for a yen pair, commonly 0.01 of the quote currency per one base unit.
- Trade size: typically expressed as the base-currency notional (many platforms express “1.00 lot” as a fixed base-currency notional, but the exact mapping can vary by provider).
- Conversion to account currency: if your account currency is not the same as the quote or base currency involved in the pair, you must convert.
Core formula concept
Think of the pip value as:
- convert the pip step into a quantity of quote currency per unit of base notional, then
- convert that quote-currency amount into your account currency.
A common way to express the result is to start from an amount-per-base-unit view:
- Pip move in quote currency (for a one-pip change):
pip_step(e.g., 0.01) - Quote-currency value of the pip move for a base notional
N_base:N_base * pip_step - Then convert quote currency to account currency using an FX rate consistent with your chosen conventions.
Whether a step is multiplied or divided in the final result depends on how you define the conversion rate direction for the account-currency exchange.
Evidence or example: routing the calculation across account currencies
Below are illustrative calculations that show the routing across currencies. They assume you use your chosen provider’s definitions for pip step and lot-to-notional mapping.
Example A: Account currency equals the quote currency (common for yen pairs)
Assume a yen pair Base/JPY.
- Pip size assumption: one pip = 0.01 JPY per 1 base unit.
- Base notional:
N_base. - Pip value in JPY:
pip_value (JPY) = N_base * 0.01
This is the simplest route because you don’t need an extra FX conversion after applying the pip step to the base notional.
Example B: Account currency equals the base currency
Now assume your account currency is the base currency (not JPY).
- You start with quote-currency pip value:
pip_value (quote) = N_base * 0.01(in JPY). - Convert JPY to base using the pair price. If the pair price is
Base/JPY = P, then one base unit corresponds toPJPY. - Converting JPY to base effectively divides by
P:pip_value (base) = (N_base * 0.01) / P
This shows why the pip value changes with the FX rate even though the pip step is fixed by definition.
Example C: Account currency is neither base nor quote
Assume an account currency ACC that is different from both base and JPY. You must convert JPY pip value into ACC, typically by using an additional exchange rate between ACC and JPY.
A conceptual route is:
- compute pip value in quote currency:
pip_value (JPY) = N_base * 0.01 - convert
JPYtoACCusing an exchange rate consistent withACC/JPY(orJPY/ACC, whichever matches your quote convention)
So the structure is always:
pip_value (ACC) = pip_value (JPY) * FX_conversion_factor
The “conversion factor” is either a multiplication or division depending on whether your available conversion quote is ACC/JPY or JPY/ACC.