Mapping a Property-Specific Room Type to Two Generic Room Types
A different hotel uses the mapping shown in the following table.
Generic Room Type | Property Specific Room Type | Distribution Percentage |
---|---|---|
Generic Standard |
King City View |
75 percent |
Double City View |
25 percent |
|
Generic Deluxe |
Double City View |
25 percent |
King Ocean View |
25 percent |
|
Double Ocean View |
50 percent |
Notice that the Double City View room type has been mapped to both Generic Room types. If a customer requests 50 Generic Standard rooms and 100 Generic Deluxe rooms, the mapping returns the quote as shown in the following table.
Property Specific Room Type | Distribution Percentage | Number of Rooms | Rounding, if Applicable |
---|---|---|---|
King City View |
75 percent of 50 rooms |
37.5 |
37 |
Double City View |
50 percent of 25 rooms |
12.5 |
13 |
Double City View |
25 percent of 100 rooms |
25 |
25 |
King Ocean View |
25 percent of 100 rooms |
25 |
25 |
Double Ocean View |
50 percent of 100 rooms |
50 |
50 |
Because the Double City View room type is mapped to both the Generic Standard and Generic Deluxe room types, the distribution totals are combined. The quote displays one count for the combined room type, as shown in the following table.
Property Specific Room Type | Distribution Percentage | Number of Rooms | Rounding, if Applicable |
---|---|---|---|
King City View |
75 percent of 50 rooms |
37.5 |
37 |
Double City View |
50 percent of 25 rooms plus 25 percent of 100 rooms |
13 plus 25 |
38 |
King Ocean View |
50 percent of 100 rooms |
50 |
25 |
Double Ocean View |
50 percent of 100 rooms |
50 |
50 |