Mapping Each Property-Specific Room Type to One Generic Room Type
A 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 |
King Ocean View |
50 percent |
Double Ocean View |
50 percent |
If a customer requests 50 Generic Standard rooms and 100 Standard 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 |
25 percent of 50 rooms |
12.5 |
13 |
King Ocean View |
50 percent of 100 rooms |
50 |
50 |
Double Ocean View |
50 percent of 100 rooms |
50 |
50 |