Skip to main content

Standard Occupancy and Price Calculation in Inventory

What does Standard Occupancy mean?💡

The Standard Occupancy is the standard number of adult paxes of the room.

How can I calculate prices according to the Standard Occupancy?💡

  • Case 1:

    For a Standard Occupancy=2 and the following product loaded:

    <BaseByGuestAmts>
    <BaseByGuestAmt NumberOfGuests = "2" AmountAfterTax="100.00"/>
    </BaseByGuestAmts>

    The price of two paxes will be 100 (2*(100⁄2) ), and the price for one pax won't be returned.

    Important:

    Note that prices per pax under the Standard Occupancy must be specified and prices for babies under the Standard Occupancy will be 0.

  • Case 2:

    The Standard Occupancy is used for calculating prices above it:

    For a Standard Occupancy=2 and the following product loaded:

    <BaseByGuestAmts>
    <BaseByGuestAmt NumberOfGuests = "2" AmountAfterTax="100.00"/>
    </BaseByGuestAmts>
    <AdditionalGuestAmounts>
    <AdditionalGuestAmount MaxAdditionalGuests = "1" Amount = "40.00" AgeQualifyingCode = "10"/>
    </AdditionalGuestAmounts>

    The price of one pax won't be returned, the price of two paxes will be 100 (2*(100⁄2)), and the price for three paxes will be 190 ((100⁄2) + (100⁄2) + ((100⁄2) + 40))

info

Don't forget to check our 'Availability and Price Load' section in the Inventory Documentation for more examples of price calculation.

How can I modify the Standard Occupancy in Inventory?

Our Inventory Extranet allows for prices to be loaded in 3 different ways:

  • Price per Room
  • Price based on Standard Occupancy
  • Price per Occupancy
  1. First of all, we need you to confirm that you are aware that modifying the Standard Occupancy without the Channel remapping and refreshing on their side may result in a price discrepancy. That is, if the Standard Occupancy is modified and the Channel does not map and load again, price discrepancy is a distinct possibility.

    Important:

    Please ensure you inform the Channel Manager of any standard occupancy modifications so they can remap and refresh.
    We strongly recommend deleting the previously loaded prices before the Channel Manager remaps and loads their product to avoid price discrepancies.

  2. Once you have informed the Channel, you just need to contact our Customer Support team and confirm exactLy for which hotel, rate and room you need us to modify the Standard Occupancy. That's it!

info

Discover more by diving into our Inventory Documentation 🚀