<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.simulace.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tkad01</id>
	<title>Simulace.info - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.simulace.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tkad01"/>
	<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php/Special:Contributions/Tkad01"/>
	<updated>2026-07-27T20:06:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>http://www.simulace.info/index.php?title=WS_2019/2020&amp;diff=19239</id>
		<title>WS 2019/2020</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=WS_2019/2020&amp;diff=19239"/>
		<updated>2020-01-21T01:47:43Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: /* Simulation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Semestral papers from winter term 2019/2020. Please, put here links to the pages with your paper. First you need to have your [[Assignments WS 2019/2020|assignment approved]]&lt;br /&gt;
&lt;br /&gt;
== Simulation ==&lt;br /&gt;
[http://www.simulace.info/index.php/Cotton_Processing_Quality:_Cotton,_Seed,_Lint,_Trash Cotton Processing Quality: Cotton, Seed, Lint, Trash] , Ibrahim Aghazada (in progress)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Time_Series_Model_Building_Process Time Series Model Building Process] , Nikola Hažmuková&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Indian_Elephant_Population_in_Thailand Indian Elephant Population in Thailand] , [[User:Xkavj12|Xkavj12]] ([[User talk:Xkavj12|talk]]) 18:42, 20 January 2020 (CET) &lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Atlantic_Bluefin_Tuna_Population Atlantic Bluefin Tuna Population], [[User:Vokp00|Vokp00]] ([[User talk:Vokp00|talk]]) 20:32, 20 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Shopping_Centre_Simulation Shopping Centre Management Simulation], [[User:Tkad01|Tkad01]] ([[User talk:Tkad01|talk]]) 21:57, 20 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
== Textbook Chapters ==&lt;br /&gt;
[http://www.simulace.info/index.php/Limits_to_Growth Limits to Growth] , Ibrahim Aghazada (in progress)&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=Shopping_Centre_Simulation&amp;diff=19238</id>
		<title>Shopping Centre Simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=Shopping_Centre_Simulation&amp;diff=19238"/>
		<updated>2020-01-21T01:46:47Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: /* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
I will try to simulate events and causalities of shopping centre management. When it comes to managing a shopping centre, most of the work is operative. Servicing, maintaining, negotiating leases. However, there is an important decision-making aspect linked to the choice of tenant mix (Optimal composition of tenants). I have worked for a few companies that manage shopping cetres and this simulation was created in cooperation with one particular shopping centre that did not wish to be named. In creation of the model, we used real data. The data cannot be used for demonstration purposes, therefore I have extracted publicly available data about shopping centres from ICSC.com and Eurostat and I will be demonstrating the model on an average medium-sized European shopping centre. All parameters are to be tweaked according to regional statistics and past experience on the particular real estate market.&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
Simulate the long term effects of choosing one tenant over another, predict profits for better planning purposes.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
Originally, I wanted to use the Monte Carlo method, but together with Mr. Svatoš we came to conclusion that Vensim will be more suitable for this, as there are many parameters that can be adjusted and the benefits of repeating random outcomes are not that tangible in this particular problem. Using stock and flow diagram I will try to grasp the interrelationships that are at work during a shopping centre economic cycle.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
Main parameter of the model is ''Costs/sqm'' which evaluates the costs of heating, lighting and all fixed costs calculated per square meter. According to the costs you specify your rent/sqm. We are generalizing all charges into one variable ''Rent/sqm''. Additionally, we specify ''Marketing costs'', which are used to bring new people into the shopping centre, which in turn increases its attractiveness, making retailers more likely to open a branch. This specific centre has a policy, that 20% of profits will go to marketing. Also, if there was a ''rent loss'' last month (lost rent due to unoccupied space), they increase their marketing budget by an additional 20% of the ''Missed earnings''. The rate of which our marketing expenditures are effective in bringing new tenants in is expressed by ''Cost of acquisition''. This shows how much we have to spend in order to bring a new tenant to the centre. Coupled with allotted unit size, which indicates how is the leasing area of the shopping centre divided, derives the rate of which new tenants open their branches each month. The rate of which the tenants leave the shopping centre is used as a static variable. The difference between square meters gained by new tenants and square meters lost by tenants leaving is ''Leased sqm''. The total gross leasing area of a centre is adjusted by the variable ''Total sqm''.&lt;br /&gt;
Profit is calculated as Revenues-Costs&lt;br /&gt;
&lt;br /&gt;
Costs=Leased sqm* &amp;quot;Costs/sqm&amp;quot; + Marketing costs&lt;br /&gt;
&lt;br /&gt;
Revenues = Leased sqm * &amp;quot;Rent/sqm&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Rent loss = (Total sqm-Leased sqm)* &amp;quot;Rent/sqm&amp;quot;&lt;br /&gt;
&lt;br /&gt;
New tenants per month = Marketing costs/Cost of acquisition)*Allotted unit size&lt;br /&gt;
&lt;br /&gt;
Leased sqm = new tenants per month-leaving tenants per month*Allotted unit size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Stock and flow diagram:&lt;br /&gt;
&lt;br /&gt;
[[File:SCvensim.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
=Results=&lt;br /&gt;
We were able to get to some real interesting results. We were analysing a shopping centre of 50 000 sqm total with about half of the GLA leased. We wanted to quantify and simulate the marketing investment needed to fully lease the shopping centre and minimize rent loss. Here is the projected cumulated Profit into three years:&lt;br /&gt;
&lt;br /&gt;
[[File:Profit.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
Red line shows the cumulated profit with small investment, blue one with large investment, green one with no investment. As we can see, some investment is better than none, but riskier. However, more investment does not mean quicker nor higher return in this case.&lt;br /&gt;
&lt;br /&gt;
=Conclusion=&lt;br /&gt;
Although there are many insufficiencies with the model right now, we are able to come to reasonable modelling of reality and using abstraction and simulated events to predict the future even with this state of the model. For future development it is necessary to fix the Leased sqm calculation, as it currently does not take into account the length of lease agreements. Also, the footfall of the centre hugely affects the attractiveness, therefore reducing the costs associated with getting new tenants. Amount of turnovers the retailers are generating is in some shopping centres used as leverage to incorporate percentage rent into the equation. It is not the case for this shopping centre, but it could be a point for further development of this model. These are just few ideas for improvement.&lt;br /&gt;
&lt;br /&gt;
=Code=&lt;br /&gt;
[[File:Simulation_SCmanager.mdl]]&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=Shopping_Centre_Simulation&amp;diff=19237</id>
		<title>Shopping Centre Simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=Shopping_Centre_Simulation&amp;diff=19237"/>
		<updated>2020-01-21T01:46:32Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: /* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
I will try to simulate events and causalities of shopping centre management. When it comes to managing a shopping centre, most of the work is operative. Servicing, maintaining, negotiating leases. However, there is an important decision-making aspect linked to the choice of tenant mix (Optimal composition of tenants). I have worked for a few companies that manage shopping cetres and this simulation was created in cooperation with one particular shopping centre that did not wish to be named. In creation of the model, we used real data. The data cannot be used for demonstration purposes, therefore I have extracted publicly available data about shopping centres from ICSC.com and Eurostat and I will be demonstrating the model on an average medium-sized European shopping centre. All parameters are to be tweaked according to regional statistics and past experience on the particular real estate market.&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
Simulate the long term effects of choosing one tenant over another, predict profits for better planning purposes.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
Originally, I wanted to use the Monte Carlo method, but together with Mr. Svatoš we came to conclusion that Vensim will be more suitable for this, as there are many parameters that can be adjusted and the benefits of repeating random outcomes are not that tangible in this particular problem. Using stock and flow diagram I will try to grasp the interrelationships that are at work during a shopping centre economic cycle.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
Main parameter of the model is ''Costs/sqm'' which evaluates the costs of heating, lighting and all fixed costs calculated per square meter. According to the costs you specify your rent/sqm. We are generalizing all charges into one variable ''Rent/sqm''. Additionally, we specify ''Marketing costs'', which are used to bring new people into the shopping centre, which in turn increases its attractiveness, making retailers more likely to open a branch. This specific centre has a policy, that 20% of profits will go to marketing. Also, if there was a ''rent loss'' last month (lost rent due to unoccupied space), they increase their marketing budget by an additional 20% of the ''Missed earnings''. The rate of which our marketing expenditures are effective in bringing new tenants in is expressed by ''Cost of acquisition''. This shows how much we have to spend in order to bring a new tenant to the centre. Coupled with allotted unit size, which indicates how is the leasing area of the shopping centre divided, derives the rate of which new tenants open their branches each month. The rate of which the tenants leave the shopping centre is used as a static variable. The difference between square meters gained by new tenants and square meters lost by tenants leaving is ''Leased sqm''. The total gross leasing area of a centre is adjusted by the variable ''Total sqm''.&lt;br /&gt;
Profit is calculated as Revenues-Costs&lt;br /&gt;
&lt;br /&gt;
Costs=Leased sqm* &amp;quot;Costs/sqm&amp;quot; + Marketing costs&lt;br /&gt;
&lt;br /&gt;
Revenues = Leased sqm * &amp;quot;Rent/sqm&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Rent loss = (Total sqm-Leased sqm)* &amp;quot;Rent/sqm&amp;quot;&lt;br /&gt;
&lt;br /&gt;
New tenants per month = Marketing costs/Cost of acquisition)*Allotted unit size&lt;br /&gt;
&lt;br /&gt;
Leased sqm = new tenants per month-leaving tenants per month*Allotted unit size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Stock and flow diagram:&lt;br /&gt;
&lt;br /&gt;
[[File:SCvensim.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
=Results=&lt;br /&gt;
We were able to get to some real interesting results. We were analysing a shopping centre of 50 000 sqm total with about half of the GLA leased. We wanted to quantify and simulate the marketing investment needed to fully lease the shopping centre and minimize rent loss. Here is the projected cumulated Profit into three years:&lt;br /&gt;
&lt;br /&gt;
[[File:Profit.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
Red line shows the cumulated profit with small investment, blue one with large investment, green one with no investment. As we can see, some investment is better than none, but riskier. However, more investment does not mean quicker nor higher return in this case.&lt;br /&gt;
&lt;br /&gt;
=Conclusion=&lt;br /&gt;
Although there are many insufficiencies with the model right now, we are able to come to reasonable modelling of reality and using abstraction and simulated events to predict the future even with this state of the model. For future development it is necessary to fix the Leased sqm calculation, as it currently does not take into account the length of lease agreements. Also, the footfall of the centre hugely affects the attractiveness, therefore reducing the costs associated with getting new tenants. Amount of turnovers the retailers are generating is in some shopping centres used as leverage to incorporate percentage rent into the equation. It is not the case for this shopping centre, but it could be a point for further development of this model. These are just few ideas for improvement.&lt;br /&gt;
&lt;br /&gt;
=Code=&lt;br /&gt;
[[Media:Simulation_SCmanager.mdl]]&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Simulation_SCmanager.mdl&amp;diff=19236</id>
		<title>File:Simulation SCmanager.mdl</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Simulation_SCmanager.mdl&amp;diff=19236"/>
		<updated>2020-01-21T01:45:59Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Sqm.png&amp;diff=19235</id>
		<title>File:Sqm.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Sqm.png&amp;diff=19235"/>
		<updated>2020-01-21T01:37:18Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=Shopping_Centre_Simulation&amp;diff=19234</id>
		<title>Shopping Centre Simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=Shopping_Centre_Simulation&amp;diff=19234"/>
		<updated>2020-01-21T01:37:08Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
I will try to simulate events and causalities of shopping centre management. When it comes to managing a shopping centre, most of the work is operative. Servicing, maintaining, negotiating leases. However, there is an important decision-making aspect linked to the choice of tenant mix (Optimal composition of tenants). I have worked for a few companies that manage shopping cetres and this simulation was created in cooperation with one particular shopping centre that did not wish to be named. In creation of the model, we used real data. The data cannot be used for demonstration purposes, therefore I have extracted publicly available data about shopping centres from ICSC.com and Eurostat and I will be demonstrating the model on an average medium-sized European shopping centre. All parameters are to be tweaked according to regional statistics and past experience on the particular real estate market.&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
Simulate the long term effects of choosing one tenant over another, predict profits for better planning purposes.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
Originally, I wanted to use the Monte Carlo method, but together with Mr. Svatoš we came to conclusion that Vensim will be more suitable for this, as there are many parameters that can be adjusted and the benefits of repeating random outcomes are not that tangible in this particular problem. Using stock and flow diagram I will try to grasp the interrelationships that are at work during a shopping centre economic cycle.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
Main parameter of the model is ''Costs/sqm'' which evaluates the costs of heating, lighting and all fixed costs calculated per square meter. According to the costs you specify your rent/sqm. We are generalizing all charges into one variable ''Rent/sqm''. Additionally, we specify ''Marketing costs'', which are used to bring new people into the shopping centre, which in turn increases its attractiveness, making retailers more likely to open a branch. This specific centre has a policy, that 20% of profits will go to marketing. Also, if there was a ''rent loss'' last month (lost rent due to unoccupied space), they increase their marketing budget by an additional 20% of the ''Missed earnings''. The rate of which our marketing expenditures are effective in bringing new tenants in is expressed by ''Cost of acquisition''. This shows how much we have to spend in order to bring a new tenant to the centre. Coupled with allotted unit size, which indicates how is the leasing area of the shopping centre divided, derives the rate of which new tenants open their branches each month. The rate of which the tenants leave the shopping centre is used as a static variable. The difference between square meters gained by new tenants and square meters lost by tenants leaving is ''Leased sqm''. The total gross leasing area of a centre is adjusted by the variable ''Total sqm''.&lt;br /&gt;
Profit is calculated as Revenues-Costs&lt;br /&gt;
&lt;br /&gt;
Costs=Leased sqm* &amp;quot;Costs/sqm&amp;quot; + Marketing costs&lt;br /&gt;
&lt;br /&gt;
Revenues = Leased sqm * &amp;quot;Rent/sqm&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Rent loss = (Total sqm-Leased sqm)* &amp;quot;Rent/sqm&amp;quot;&lt;br /&gt;
&lt;br /&gt;
New tenants per month = Marketing costs/Cost of acquisition)*Allotted unit size&lt;br /&gt;
&lt;br /&gt;
Leased sqm = new tenants per month-leaving tenants per month*Allotted unit size&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Stock and flow diagram:&lt;br /&gt;
&lt;br /&gt;
[[File:SCvensim.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
=Results=&lt;br /&gt;
We were able to get to some real interesting results. We were analysing a shopping centre of 50 000 sqm total with about half of the GLA leased. We wanted to quantify and simulate the marketing investment needed to fully lease the shopping centre and minimize rent loss. Here is the projected cumulated Profit into three years:&lt;br /&gt;
&lt;br /&gt;
[[File:Profit.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
Red line shows the cumulated profit with small investment, blue one with large investment, green one with no investment. As we can see, some investment is better than none, but riskier. However, more investment does not mean quicker nor higher return in this case.&lt;br /&gt;
&lt;br /&gt;
=Conclusion=&lt;br /&gt;
Although there are many insufficiencies with the model right now, we are able to come to reasonable modelling of reality and using abstraction and simulated events to predict the future even with this state of the model. For future development it is necessary to fix the Leased sqm calculation, as it currently does not take into account the length of lease agreements. Also, the footfall of the centre hugely affects the attractiveness, therefore reducing the costs associated with getting new tenants. Amount of turnovers the retailers are generating is in some shopping centres used as leverage to incorporate percentage rent into the equation. It is not the case for this shopping centre, but it could be a point for further development of this model. These are just few ideas for improvement.&lt;br /&gt;
&lt;br /&gt;
=Code=&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:Profit.png&amp;diff=19233</id>
		<title>File:Profit.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:Profit.png&amp;diff=19233"/>
		<updated>2020-01-21T01:26:28Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=Shopping_Centre_Simulation&amp;diff=19232</id>
		<title>Shopping Centre Simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=Shopping_Centre_Simulation&amp;diff=19232"/>
		<updated>2020-01-21T01:26:01Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
I will try to simulate events and causalities of shopping centre management. When it comes to managing a shopping centre, most of the work is operative. Servicing, maintaining, negotiating leases. However, there is an important decision-making aspect linked to the choice of tenant mix (Optimal composition of tenants). I have worked for a few companies that manage shopping cetres and this simulation was created in cooperation with one particular shopping centre that did not wish to be named. In creation of the model, we used real data. The data cannot be used for demonstration purposes, therefore I have extracted publicly available data about shopping centres from ICSC.com and Eurostat and I will be demonstrating the model on an average medium-sized European shopping centre. All parameters are to be tweaked according to regional statistics and past experience on the particular real estate market.&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
Simulate the long term effects of choosing one tenant over another, predict profits for better planning purposes.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
Originally, I wanted to use the Monte Carlo method, but together with Mr. Svatoš we came to conclusion that Vensim will be more suitable for this, as there are many parameters that can be adjusted and the benefits of repeating random outcomes are not that tangible in this particular problem. Using stock and flow diagram I will try to grasp the interrelationships that are at work during a shopping centre economic cycle.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
Main parameter of the model is ''Costs/sqm'' which evaluates the costs of heating, lighting and all fixed costs calculated per square meter. According to the costs you specify your rent/sqm. We are generalizing all charges into one variable ''Rent/sqm''. Additionally, we specify ''Marketing costs'', which are used to bring new people into the shopping centre, which in turn increases its attractiveness, making retailers more likely to open a branch. This specific centre has a policy, that 20% of profits will go to marketing. Also, if there was a ''rent loss'' last month (lost rent due to unoccupied space), they increase their marketing budget by an additional 20% of the ''Missed earnings''. The rate of which our marketing expenditures are effective in bringing new tenants in is expressed by ''Cost of acquisition''. This shows how much we have to spend in order to bring a new tenant to the centre. Coupled with allotted unit size, which indicates how is the leasing area of the shopping centre divided, derives the rate of which new tenants open their branches each month. The rate of which the tenants leave the shopping centre is used as a static variable. The difference between square meters gained by new tenants and square meters lost by tenants leaving is ''Leased sqm''. The total gross leasing area of a centre is adjusted by the variable ''Total sqm''.&lt;br /&gt;
Profit is calculated as Revenues-Costs&lt;br /&gt;
&lt;br /&gt;
Costs=Leased sqm* &amp;quot;Costs/sqm&amp;quot; + Marketing costs&lt;br /&gt;
Revenues = Leased sqm * &amp;quot;Rent/sqm&amp;quot;&lt;br /&gt;
Rent loss = (Total sqm-Leased sqm)* &amp;quot;Rent/sqm&amp;quot;&lt;br /&gt;
New tenants per month = Marketing costs/Cost of acquisition)*Allotted unit size&lt;br /&gt;
Leased sqm = new tenants per month-leaving tenants per month*Allotted unit size&lt;br /&gt;
&lt;br /&gt;
Stock and flow diagram:&lt;br /&gt;
&lt;br /&gt;
[[File:SCvensim.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
=Results=&lt;br /&gt;
We were able to get to some real interesting results. We were analysing a shopping centre of 50 000 sqm total with about half of the GLA leased. We wanted to quantify and simulate the marketing investment needed to fully lease the shopping centre and minimize rent loss. Here is the projected Profit into three years&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Conclusion=&lt;br /&gt;
&lt;br /&gt;
=Code=&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=File:SCvensim.png&amp;diff=19231</id>
		<title>File:SCvensim.png</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=File:SCvensim.png&amp;diff=19231"/>
		<updated>2020-01-21T01:16:24Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=Shopping_Centre_Simulation&amp;diff=19230</id>
		<title>Shopping Centre Simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=Shopping_Centre_Simulation&amp;diff=19230"/>
		<updated>2020-01-21T01:15:41Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
I will try to simulate events and causalities of shopping centre management. When it comes to managing a shopping centre, most of the work is operative. Servicing, maintaining, negotiating leases. However, there is an important decision-making aspect linked to the choice of tenant mix (Optimal composition of tenants). I have worked for a few companies that manage shopping cetres and this simulation was created in cooperation with one particular shopping centre that did not wish to be named. In creation of the model, we used real data. The data cannot be used for demonstration purposes, therefore I have extracted publicly available data about shopping centres from ICSC.com and Eurostat and I will be demonstrating the model on an average medium-sized European shopping centre. All parameters are to be tweaked according to regional statistics and past experience on the particular real estate market.&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
Simulate the long term effects of choosing one tenant over another, predict profits for better planning purposes.&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
Originally, I wanted to use the Monte Carlo method, but together with Mr. Svatoš we came to conclusion that Vensim will be more suitable for this, as there are many parameters that can be adjusted and the benefits of repeating random outcomes are not that tangible in this particular problem. Using stock and flow diagram I will try to grasp the interrelationships that are at work during a shopping centre economic cycle.&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
Main parameter of the model is ''Costs/sqm'' which evaluates the costs of heating, lighting and all fixed costs calculated per square meter. According to the costs you specify your rent/sqm. We are generalizing all charges into one variable ''Rent/sqm''. Additionally, we specify ''Marketing costs'', which are used to bring new people into the shopping centre, which in turn increases its attractiveness, making retailers more likely to open a branch. This specific centre has a policy, that 20% of profits will go to marketing. Also, if there was a ''rent loss'' last month (lost rent due to unoccupied space), they increase their marketing budget by an additional 20% of the ''Missed earnings''. The rate of which our marketing expenditures are effective in bringing new tenants in is expressed by ''Cost of acquisition''. This shows how much we have to spend in order to bring a new tenant to the centre. Coupled with allotted unit size, which indicates how is the leasing area of the shopping centre divided, derives the rate of which new tenants open their branches each month. The rate of which the tenants leave the shopping centre is used as a static variable. The difference between square meters gained by new tenants and square meters lost by tenants leaving is ''Leased sqm''. The total gross leasing area of a centre is adjusted by the variable ''Total sqm''.&lt;br /&gt;
Profit is calculated as Revenues-Costs&lt;br /&gt;
&lt;br /&gt;
Costs=Leased sqm* &amp;quot;Costs/sqm&amp;quot; + Marketing costs&lt;br /&gt;
Revenues = Leased sqm * &amp;quot;Rent/sqm&amp;quot;&lt;br /&gt;
Rent loss = (Total sqm-Leased sqm)* &amp;quot;Rent/sqm&amp;quot;&lt;br /&gt;
New tenants per month = Marketing costs/Cost of acquisition)*Allotted unit size&lt;br /&gt;
Leased sqm = new tenants per month-leaving tenants per month*Allotted unit size&lt;br /&gt;
&lt;br /&gt;
Stock and flow diagram:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Results=&lt;br /&gt;
We were able to get to some real interesting results. We were analysing a shopping centre of 50 000 sqm total with about half of the GLA leased. We wanted to quantify and simulate the marketing investment needed to fully lease the shopping centre and minimize rent loss. Here is the projected Profit into three years&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Conclusion=&lt;br /&gt;
&lt;br /&gt;
=Code=&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=WS_2019/2020&amp;diff=19206</id>
		<title>WS 2019/2020</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=WS_2019/2020&amp;diff=19206"/>
		<updated>2020-01-20T21:04:21Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Semestral papers from winter term 2019/2020. Please, put here links to the pages with your paper. First you need to have your [[Assignments WS 2019/2020|assignment approved]]&lt;br /&gt;
&lt;br /&gt;
== Simulation ==&lt;br /&gt;
[http://www.simulace.info/index.php/Cotton_Processing_Quality:_Cotton,_Seed,_Lint,_Trash Cotton Processing Quality: Cotton, Seed, Lint, Trash] , Ibrahim Aghazada (in progress)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Time_Series_Model_Building_Process Time Series Model Building Process] , Nikola Hažmuková&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Indian_Elephant_Population_in_Thailand Indian Elephant Population in Thailand] , [[User:Xkavj12|Xkavj12]] ([[User talk:Xkavj12|talk]]) 18:42, 20 January 2020 (CET) (in progress)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Atlantic_Bluefin_Tuna_Population Atlantic Bluefin Tuna Population], [[User:Vokp00|Vokp00]] ([[User talk:Vokp00|talk]]) 20:32, 20 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Shopping_Centre_Simulation Shopping Centre Management Simulation], [[User:Tkad01|Tkad01]] ([[User talk:Tkad01|talk]]) 21:57, 20 January 2020 (CET) (in progress)&lt;br /&gt;
&lt;br /&gt;
== Textbook Chapters ==&lt;br /&gt;
[http://www.simulace.info/index.php/Limits_to_Growth Limits to Growth] , Ibrahim Aghazada (in progress)&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=WS_2019/2020&amp;diff=19205</id>
		<title>WS 2019/2020</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=WS_2019/2020&amp;diff=19205"/>
		<updated>2020-01-20T21:02:18Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: /* Simulation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Semestral papers from winter term 2019/2020. Please, put here links to the pages with your paper. First you need to have your [[Assignments WS 2019/2020|assignment approved]]&lt;br /&gt;
&lt;br /&gt;
== Simulation ==&lt;br /&gt;
[http://www.simulace.info/index.php/Cotton_Processing_Quality:_Cotton,_Seed,_Lint,_Trash Cotton Processing Quality: Cotton, Seed, Lint, Trash] , Ibrahim Aghazada (in progress)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Time_Series_Model_Building_Process Time Series Model Building Process] , Nikola Hažmuková&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Indian_Elephant_Population_in_Thailand Indian Elephant Population in Thailand] , [[User:Xkavj12|Xkavj12]] ([[User talk:Xkavj12|talk]]) 18:42, 20 January 2020 (CET) (in progress)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Atlantic_Bluefin_Tuna_Population Atlantic Bluefin Tuna Population], [[User:Vokp00|Vokp00]] ([[User talk:Vokp00|talk]]) 20:32, 20 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Shopping_Centre_Simulation Shopping Centre Management Simulation], [[User:Tkad01|Tkad01]] ([[User talk:Tkad01|talk]]) 21:57, 20 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
== Textbook Chapters ==&lt;br /&gt;
[http://www.simulace.info/index.php/Limits_to_Growth Limits to Growth] , Ibrahim Aghazada (in progress)&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=WS_2019/2020&amp;diff=19204</id>
		<title>WS 2019/2020</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=WS_2019/2020&amp;diff=19204"/>
		<updated>2020-01-20T20:59:06Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Semestral papers from winter term 2019/2020. Please, put here links to the pages with your paper. First you need to have your [[Assignments WS 2019/2020|assignment approved]]&lt;br /&gt;
&lt;br /&gt;
== Simulation ==&lt;br /&gt;
[http://www.simulace.info/index.php/Cotton_Processing_Quality:_Cotton,_Seed,_Lint,_Trash Cotton Processing Quality: Cotton, Seed, Lint, Trash] , Ibrahim Aghazada (in progress)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Time_Series_Model_Building_Process Time Series Model Building Process] , Nikola Hažmuková&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Indian_Elephant_Population_in_Thailand Indian Elephant Population in Thailand] , [[User:Xkavj12|Xkavj12]] ([[User talk:Xkavj12|talk]]) 18:42, 20 January 2020 (CET) (in progress)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Atlantic_Bluefin_Tuna_Population Atlantic Bluefin Tuna Population], [[User:Vokp00|Vokp00]] ([[User talk:Vokp00|talk]]) 20:32, 20 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Shopping_Centre_Simulation], [[User:Tkad01|Tkad01]] ([[User talk:Tkad01|talk]]) 21:57, 20 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
== Textbook Chapters ==&lt;br /&gt;
[http://www.simulace.info/index.php/Limits_to_Growth Limits to Growth] , Ibrahim Aghazada (in progress)&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=Shopping_Centre_Simulation&amp;diff=19203</id>
		<title>Shopping Centre Simulation</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=Shopping_Centre_Simulation&amp;diff=19203"/>
		<updated>2020-01-20T20:58:37Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: Created page with &amp;quot;Introduction  =Problem definition=  =Method=  =Model=  =Results=  =Conclusion=  =Code=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Introduction&lt;br /&gt;
&lt;br /&gt;
=Problem definition=&lt;br /&gt;
&lt;br /&gt;
=Method=&lt;br /&gt;
&lt;br /&gt;
=Model=&lt;br /&gt;
&lt;br /&gt;
=Results=&lt;br /&gt;
&lt;br /&gt;
=Conclusion=&lt;br /&gt;
&lt;br /&gt;
=Code=&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
	<entry>
		<id>http://www.simulace.info/index.php?title=WS_2019/2020&amp;diff=19202</id>
		<title>WS 2019/2020</title>
		<link rel="alternate" type="text/html" href="http://www.simulace.info/index.php?title=WS_2019/2020&amp;diff=19202"/>
		<updated>2020-01-20T20:58:05Z</updated>

		<summary type="html">&lt;p&gt;Tkad01: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Semestral papers from winter term 2019/2020. Please, put here links to the pages with your paper. First you need to have your [[Assignments WS 2019/2020|assignment approved]]&lt;br /&gt;
&lt;br /&gt;
== Simulation ==&lt;br /&gt;
[http://www.simulace.info/index.php/Cotton_Processing_Quality:_Cotton,_Seed,_Lint,_Trash Cotton Processing Quality: Cotton, Seed, Lint, Trash] , Ibrahim Aghazada (in progress)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Time_Series_Model_Building_Process Time Series Model Building Process] , Nikola Hažmuková&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Indian_Elephant_Population_in_Thailand Indian Elephant Population in Thailand] , [[User:Xkavj12|Xkavj12]] ([[User talk:Xkavj12|talk]]) 18:42, 20 January 2020 (CET) (in progress)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Atlantic_Bluefin_Tuna_Population Atlantic Bluefin Tuna Population], [[User:Vokp00|Vokp00]] ([[User talk:Vokp00|talk]]) 20:32, 20 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
[http://www.simulace.info/index.php/Shopping_Centre_Simulation] [[User:Tkad01|Tkad01]] ([[User talk:Tkad01|talk]]) 21:57, 20 January 2020 (CET)&lt;br /&gt;
&lt;br /&gt;
== Textbook Chapters ==&lt;br /&gt;
[http://www.simulace.info/index.php/Limits_to_Growth Limits to Growth] , Ibrahim Aghazada (in progress)&lt;/div&gt;</summary>
		<author><name>Tkad01</name></author>
		
	</entry>
</feed>