Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

  • 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

  • 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

Info

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.