Conversion rates of currencies in PTV Routing products
Posted: Thu Apr 10, 2025 12:51 pm
To answer this question you need to know that we distinguish between different technologies (engine versions). Maybe the following table helps:Is it possible to get the information about how the calculatedCosts in xServer for PLN are counted? What exchange rate they use?
Product | Engine | Toll Mode | Currency handling | Update Cycle |
---|---|---|---|---|
PTV xServer 1 | Basic Toll | tarrifs stored in map/currencies.ini | with map | |
PTV xServer 2 | Detailed Toll (Basic Toll) | currencies.ini + optional com.ptvgroup.xserver.types.ExchangeRates | with map or client responsibility | |
PTV Developer | Detailed Toll | Automatic in charge of PTV through external provider | (daily) | |
MAP&GUIDE Internet (classic) | xServer 1 | Basic Toll | via business logic checked by PTV | daily |
MAP&GUIDE next generation | Developer | Detailed Toll | Automatic in charge of PTV through external provider | daily |
- As MAP&GUIDE next generation is based on PTV Developer it benefits from the logic in the components which download tarrifs automatically and returns latest prices
- currencies.ini: this means that there's a static file in the service (map) that contains some kind of "static" conversion rates. Compareably inflexible in xServer1
- ...therefore xServer 2 offers at least some injection approach where a client can provide the tarifs of his choice through a feature: com.ptvgroup.xserver.types.ExchangeRates