General Chat / What's Your DOP?
« on: March 22, 2008, 12:00:56 pm »Airline Cash: €10,829,343
Airline Value: €63,517,461
Average Loadfactor: 100.00%
Date: 15 Jan 1985
:mrgreen:
/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Quote from: "Mawifo"When is the data for passenger demand updated? When I go to edit my routes now, it lets me require a larger amount of money for ticket prices, and still get a loadfactor of 100%.
Another thing that changes and allows you to raise prices is the "hub effect". As you create more routes from your base you attract more passengers that can take advantage of the added number of connections. Demand goes up, so do prices.
A starting airline has few routes. When you go from, say, 8 to 16 routes, you're doubling the number of connections you offer. This may have an important effect on prices. When you go from 100 to 108 the same 8 new routes now represent a very small growth, so the effect is barely noticeable.
Be aware that editing a route costs money. The first time you edit a route in any given month you pay what's called "Marketing costs". Stop editing routes when the increase in profits is not enough to cover those marketing expenses. You can viw how much you've spent creating and editing routes if you follow this link: http://www.airlinemogul.com/airlinemogul/view_department.php?id=Marketing
Quote from: "Mawifo"Quote from: "dktc"hint: you can still rent out gates, in airports you don't have gate, with negative cash.
That's cool. Thanks for the hint. After only doing 1 fr. on all my routes, and bying gates, I've raised my DOP from roughly $ 144k to $ 314k.
So at least one player learned today that high frequency does not mean high income. just another 500 left...nah, just kidding.
Admin > Click here to view your airline's routemap
hint: you can still rent out gates, in airports you don't have gate, with negative cash.
Quote from: "Mawifo"I'm a newbie here, and thought it was interesting to seet his topic. I only own one plane, and I lease another one. The one I own is a BAe-146-100, while the one I lease is a Fokker F27-500. I have 2.5+ frequency on all of my three routes, and I don't get why that is so bad? I don't have the money to buy gates all over the place, while still saving up to lease another aircraft. An simple explanation for a newbie would be nice.
You can make more money if you fly (A=your hub; B and C are airports of similar size):
A->B freq.1
A->C freq.1
instead of flying:
A->B freq.2
Offering more freq (=seats) means you need to lower the fare to fill your plane. Its kinda like having competition to yourself. If you have competition on your freq2 routes they will lower THEIR fare to get their planes filled. This will cause a massive drop in LF on your aircraft. You now adjust your fare and the same starts again. Having freq2 or higher usually causes a very fast dropdown in fares = less money you will have in your pocket.