/
15.2. PRICE PER PAX CALCULATION

15.2. PRICE PER PAX CALCULATION

GP Travel HUB always provides the prices split per passenger type as well as the total price per room. Since not all suppliers provide price per pax breakdown, a special algorithm is implemented in GP Travel HUB to split price per room per passengers according with passenger's type.

The room rates from Supplier are to be converted to person rate by dividing the room rate by the amount of adults only and carried over to Client:

 

 

 

Per Person Rate = Room Rate / # Adult Pax

 

 

 

Rounding rule: Room Rate minus the sum of per person rate = apply amount to the first passenger

EXAMPLE:

Input data

Calculation

Price per pax breakdown

Input data

Calculation

Price per pax breakdown

  • Room Rate = $100 for 1 night

  • Passengers: 2 adults and a child

$100 / 2 = $ 50 Per Person

Purchase Price Pax # 1 = $50

Purchase Price Pax # 2 = $50

Purchase Price Child = $ 0

EXAMPLE:

Input data

Calculation

Price per pax breakdown

Input data

Calculation

Price per pax breakdown

  • Room Rate = $100 for 1 night

  • Passengers: 3 adults

$100 / 3 = $ 33.33 Per Person

$100 - $33.33 * 3 = 0.01 - should be applied to the first passenge

Purchase Price Pax # 1 = $33.34

Purchase Price Pax # 2 = $33.33

Purchase Price Pax # 3 = $33.33

Note: That algorithm is only used in case supplier does not provided price per pax. If Supplier supports per person rates by passenger type then GP Travel HUB passes the prices to Client.

 

 

Related content

15.4.8. RELATIVE POSITIONS
15.4.8. RELATIVE POSITIONS
Read with this
Creating price-lists for Tours
Creating price-lists for Tours
More like this
15.4.7. UNIT OF MEASURE CODE
15.4.7. UNIT OF MEASURE CODE
Read with this
3. HOTEL PRICE BREAKDOWN
3. HOTEL PRICE BREAKDOWN
More like this
15.4.1. SUPPLIERS HOTELCODECONTEXT EXAMPLES
15.4.1. SUPPLIERS HOTELCODECONTEXT EXAMPLES
Read with this
8.1. HOTEL BOOKING RETRIEVAL QUOTE REQUEST
8.1. HOTEL BOOKING RETRIEVAL QUOTE REQUEST
More like this