Markets
Market
Bases: BaseModel
Source code in passengersim/config/markets.py
demand_multiplier
class-attribute
instance-attribute
Multiplier on base demand for all demand segments in this market.
dest
instance-attribute
Destination location for this market.
This is commonly a three letter airport code, but it need not be limited to airports. It can be any location that is relevant to the simulation.
If using 'places' for locations, this should match the 'name' field of a Place object.