-
Notifications
You must be signed in to change notification settings - Fork 49
Side Notes
Mike Koch edited this page Mar 17, 2016
·
6 revisions
Some parts of the Telemetry API return different units in ETS2 and ATS.
Property | Return Type (ETS2) | Return Type (ATS) |
---|---|---|
Job Income | EUR | USD |
In order to display the correct dollar values for each currency code, the Mobile Route Advisor uses the following multipliers to return the correct value.
Currency Code | Multiplier (ETS2) | Multiplier (ATS) |
---|---|---|
USD | - | 1 |
EUR | 1 | 0.75 |
CHF | 1.2 | - |
CZK | 25 | - |
GBP | 0.8 | - |
PLN | 4.2 | - |
HUF | 293 | - |
DKK | 7.5 | - |
SEK | 9.4 | - |
NOK | 8.6 | - |