Team:ITESM-Guadalajara/Financial
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{CSS/Main}} | {{CSS/Main}} | ||
+ | |||
<html> | <html> | ||
Line 199: | Line 200: | ||
body { | body { | ||
- | padding-top: 110px; | + | padding-top: 110px; |
+ | line-height: 1.8em; | ||
} | } | ||
Line 210: | Line 212: | ||
.navbar-fixed-top { | .navbar-fixed-top { | ||
- | + | background: #fff; | |
- | + | filter: none !important; | |
- | + | box-shadow: 0 2px 15px rgba(0,0,0,0.25); | |
- | + | -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.25); | |
- | + | -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25); | |
border-bottom: 1px solid rgba(0,0,0,0.2); | border-bottom: 1px solid rgba(0,0,0,0.2); | ||
Line 232: | Line 234: | ||
} | } | ||
ul.nav a{ | ul.nav a{ | ||
- | + | color: gray; | |
- | background-color: transparent; | + | background-color: transparent; |
+ | height: 100%; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | ul.nav a:hover { | ||
+ | background-color: transparent; | ||
} | } | ||
- | |||
- | |||
h2 { | h2 { | ||
- | + | color: #008000; | |
+ | padding-top: 0.5em; | ||
+ | padding-bottom: 1.5em; | ||
+ | border-bottom: 1px solid #AAA; | ||
+ | margin-bottom: 30px; | ||
} | } | ||
Line 246: | Line 256: | ||
} | } | ||
+ | .menu-item{ | ||
+ | height: 75px; | ||
+ | } | ||
- | + | .green-effect{ | |
+ | display: none; | ||
+ | background-color: #4AAF51; | ||
+ | opacity: 1; | ||
+ | color: #FFF; | ||
+ | transition-property: all; | ||
+ | transition-duration: 0.3s; | ||
+ | transition-timing-function: ease-out; | ||
+ | transition-delay: 0s; | ||
+ | border-color: #288D30; | ||
+ | position: absolute; | ||
+ | bottom: 0px; | ||
+ | width: 100%; | ||
+ | height: 2px; | ||
+ | right: 0px; | ||
+ | } | ||
+ | a:hover .green-effect{ | ||
+ | display: inherit; | ||
+ | } | ||
+ | li.tab a{ | ||
+ | height: inherit; | ||
+ | } | ||
+ | hr{ | ||
+ | margin-top: 60px; | ||
+ | margin-bottom: 60px; | ||
+ | } | ||
- | + | li.left_menu_item a{ | |
+ | height: inherit; | ||
+ | padding: 6px 7px 7px 0px; | ||
+ | } | ||
- | + | li.left_menu_item a:hover{ | |
+ | color:#4AAF51; | ||
+ | } | ||
+ | li.left_menu_item_selected a{ | ||
+ | height: inherit; | ||
+ | padding: 6px 7px 7px 0px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | li.left_menu_item_selected{ | ||
+ | width: 100%; | ||
+ | border-radius: 0px; | ||
+ | border-top: 1px solid #D3CDCD; | ||
+ | border-bottom: 1px solid #D3CDCD; | ||
+ | } | ||
+ | |||
+ | .margeniz{ | ||
+ | border-left: 1px solid #D3CDCD; | ||
+ | padding-left: 50px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
<div class="navbar navbar-fixed-top" style="margin-top:10px"> | <div class="navbar navbar-fixed-top" style="margin-top:10px"> | ||
<nav class="navbar-inner"> | <nav class="navbar-inner"> | ||
Line 262: | Line 329: | ||
<div class="col-md-3"<a><img class="inicioLogo" src="https://static.igem.org/mediawiki/2014/5/55/BioPhrameIgem_logo.png" height="100" width="auto" ></a></div> | <div class="col-md-3"<a><img class="inicioLogo" src="https://static.igem.org/mediawiki/2014/5/55/BioPhrameIgem_logo.png" height="100" width="auto" ></a></div> | ||
<div class="col-md-1"></div> | <div class="col-md-1"></div> | ||
- | |||
<div class="col-md-6" > | <div class="col-md-6" > | ||
<ul class="nav navbar-nav" style="margin-top:30px"> | <ul class="nav navbar-nav" style="margin-top:30px"> | ||
- | <li><a href=" | + | <li class="menu-item"> |
- | <li><a href=" | + | <a href="https://2014.igem.org/Team:ITESM-Guadalajara"> |
- | <li><a href=" | + | <span>Home</span> |
- | <li><a href=" | + | <span class="green-effect"></span> |
- | <li><a href=" | + | </a> |
+ | </li> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Company"> | ||
+ | <span>The Company</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Team"> | ||
+ | <span>Team</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Contact"> | ||
+ | <span>Contact</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Main_Page"> | ||
+ | <span>iGEM 2014</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
</nav> | </nav> | ||
</div> | </div> | ||
- | + | <div class="main-content"> | |
- | <div class="col-md-2 col-md-offset-2"> | + | <div class="col-md-2 col-md-offset-2 left_menu"> |
- | <ul class="nav nav-pills nav-stacked"> | + | <ul class="nav nav-pills nav-stacked"> |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Company">The Company</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Product">Our Product</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Technology">Our Technology</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Property">Intellectual Property</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Marketing">Marketing</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Management">Management</a></li> | |
- | + | <li class="left_menu_item_selected"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Market">The Market</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Financial">Financial Data</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Risk">Risk Analysis</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Human">Human Practice</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Laws">Mexican Regulation Laws</a></li> | |
- | </ul> | + | </ul> |
- | </div> | + | </div> |
<div class="col-md-6 margeniz"> | <div class="col-md-6 margeniz"> | ||
Line 307: | Line 398: | ||
</p><p> | </p><p> | ||
Phase 1 will require an initial investment of $2,072,672.92 in equipment, patents, online domain, sales system and certificates, which cost is going to be financed by government programs (Technological Innovation Fund, Innovation Initiative Development and Fojal´s Productive Projects) and capital stock. Investment items distribution is shown below. Moreover, first 6 months of operations will as well be financed by an initial cash fund of $858,600 MXN in case sales projections cannot be reached.</p> | Phase 1 will require an initial investment of $2,072,672.92 in equipment, patents, online domain, sales system and certificates, which cost is going to be financed by government programs (Technological Innovation Fund, Innovation Initiative Development and Fojal´s Productive Projects) and capital stock. Investment items distribution is shown below. Moreover, first 6 months of operations will as well be financed by an initial cash fund of $858,600 MXN in case sales projections cannot be reached.</p> | ||
+ | <hr/> | ||
<h4>Initial Investment Phase 1</h4> | <h4>Initial Investment Phase 1</h4> | ||
<img src="https://static.igem.org/mediawiki/2014/7/79/BIOPHRAMEGDLUSD1.jpg"> | <img src="https://static.igem.org/mediawiki/2014/7/79/BIOPHRAMEGDLUSD1.jpg"> | ||
<p>Sales from Phase 1 will serve as funding for the second part of the project, which will include equipment and other net working capital. Moreover, 30% of these sales will be destined for the expenses derived from an exporting plan for high purity Chitosan.</p> | <p>Sales from Phase 1 will serve as funding for the second part of the project, which will include equipment and other net working capital. Moreover, 30% of these sales will be destined for the expenses derived from an exporting plan for high purity Chitosan.</p> | ||
+ | <hr/> | ||
<h4>Operation Model</h4> | <h4>Operation Model</h4> | ||
<p>The operation model to produce 50 kilos of medium-low Chitosan lasts 712 h or 29 days 16 hours. It is defined in the following diagram. Its operation costs are $121,100.00 monthly.</p> | <p>The operation model to produce 50 kilos of medium-low Chitosan lasts 712 h or 29 days 16 hours. It is defined in the following diagram. Its operation costs are $121,100.00 monthly.</p> | ||
Line 321: | Line 414: | ||
<h4>Financing Phase 1</h4> | <h4>Financing Phase 1</h4> | ||
<img src="https://static.igem.org/mediawiki/2014/c/c1/BIOPHRAMEGDLUSD6.jpg"> | <img src="https://static.igem.org/mediawiki/2014/c/c1/BIOPHRAMEGDLUSD6.jpg"> | ||
+ | <hr/> | ||
<h4>Technological Innovation Fund</h4> | <h4>Technological Innovation Fund</h4> | ||
<p>The Mexican government, through the Secretaría de Economía (Secretary of Economy) and the Consejo Nacional de Ciencia y Tecnología (National Council of Science and Technology), has financing programs to help entrepreneurs start their business. Specifically in the field of technological development, it has the Fondo de Innovación Tecnológica (Technological Innovation Fund). | <p>The Mexican government, through the Secretaría de Economía (Secretary of Economy) and the Consejo Nacional de Ciencia y Tecnología (National Council of Science and Technology), has financing programs to help entrepreneurs start their business. Specifically in the field of technological development, it has the Fondo de Innovación Tecnológica (Technological Innovation Fund). | ||
Line 329: | Line 423: | ||
</p><p> | </p><p> | ||
More information about this fund can be found at: http://www.conacyt.gob.mx/index.php/convocatorias-conacyt/4419-bases-de-convocatoria-1/file</p> | More information about this fund can be found at: http://www.conacyt.gob.mx/index.php/convocatorias-conacyt/4419-bases-de-convocatoria-1/file</p> | ||
+ | <hr/> | ||
<h4>Innovation Initiatives Development</h4> | <h4>Innovation Initiatives Development</h4> | ||
<p>The Secretary of Economy, through the National Entrepreneurship Institute, convokes small and medium companies to participate in the Programs of Corporate Development in the category of Innovation Initiatives Development. This program has the objective of developing innovation in medium and small companies in Mexico; let it be in products, processes, marketing strategies and impulse to entrepreneurial culture. The total amount of the fund is 100 million Mexican pesos. Companies seeking for financial aid to make an innovative development in industrial process can receive 1,000,000 per company. Applications start on December each year. | <p>The Secretary of Economy, through the National Entrepreneurship Institute, convokes small and medium companies to participate in the Programs of Corporate Development in the category of Innovation Initiatives Development. This program has the objective of developing innovation in medium and small companies in Mexico; let it be in products, processes, marketing strategies and impulse to entrepreneurial culture. The total amount of the fund is 100 million Mexican pesos. Companies seeking for financial aid to make an innovative development in industrial process can receive 1,000,000 per company. Applications start on December each year. | ||
Line 337: | Line 432: | ||
<p> | <p> | ||
This monetary award is granted to a scientific project with a high impact in Jalisco’s economic development. Oriented to stimulate scientific community to develop their research projects further. The winner project of the Innovation category of this contest receives the sum equivalent to 2000 minimum salaries, which is a sum of 134,000.00 MXN.</p> | This monetary award is granted to a scientific project with a high impact in Jalisco’s economic development. Oriented to stimulate scientific community to develop their research projects further. The winner project of the Innovation category of this contest receives the sum equivalent to 2000 minimum salaries, which is a sum of 134,000.00 MXN.</p> | ||
- | + | <hr/> | |
<h4>Productive Projects FOJAL (Jalisco´s fund for entrepreneurial promotion)</h4> | <h4>Productive Projects FOJAL (Jalisco´s fund for entrepreneurial promotion)</h4> | ||
<p>Financing for the development of industrial or commercial productive projects, which at the same time promote the establishment of strategic alliances, productive chains, economic clusters, and importing substitution. This initiative has the objective of foster Jalisco’s economic development and welfare. | <p>Financing for the development of industrial or commercial productive projects, which at the same time promote the establishment of strategic alliances, productive chains, economic clusters, and importing substitution. This initiative has the objective of foster Jalisco’s economic development and welfare. | ||
Line 345: | Line 440: | ||
For more information about this fund: http://www.jalisco.gob.mx/es/gobierno/programas/5956 and http://sistemaemprendedor.gob.mx/ | For more information about this fund: http://www.jalisco.gob.mx/es/gobierno/programas/5956 and http://sistemaemprendedor.gob.mx/ | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>Estimating Company Profitability Phase 1</h4> | <h4>Estimating Company Profitability Phase 1</h4> | ||
<p>Biophrame’s phase 1 represents the first year of operations. The 6 first months are going to be financed by government funds while the next 6 months are going to be financed by 70% of retained earnings. Financial statements are going to be calculated per month in order to monitor financial performance. | <p>Biophrame’s phase 1 represents the first year of operations. The 6 first months are going to be financed by government funds while the next 6 months are going to be financed by 70% of retained earnings. Financial statements are going to be calculated per month in order to monitor financial performance. | ||
</p><p> | </p><p> | ||
Financial statements reflect the way our operation factors are distributed and accounted for. Revenues, expenses and capital structure of what is expected to be each month of operations at Biophrame Technologies is shown in the following expected financial statements:</p> | Financial statements reflect the way our operation factors are distributed and accounted for. Revenues, expenses and capital structure of what is expected to be each month of operations at Biophrame Technologies is shown in the following expected financial statements:</p> | ||
+ | <hr/> | ||
<h4>a) Income Statement</h4> | <h4>a) Income Statement</h4> | ||
<img src="https://static.igem.org/mediawiki/2014/5/5d/BIOPHRAMEGDLUSD7.jpg"> | <img src="https://static.igem.org/mediawiki/2014/5/5d/BIOPHRAMEGDLUSD7.jpg"> | ||
Line 355: | Line 452: | ||
<h4>c) Cashflow and Projections</h4> | <h4>c) Cashflow and Projections</h4> | ||
<img src="https://static.igem.org/mediawiki/2014/8/87/BIOPHRAMEGDLUsd9.png"> | <img src="https://static.igem.org/mediawiki/2014/8/87/BIOPHRAMEGDLUsd9.png"> | ||
+ | <hr/> | ||
<h4>Financial Analysis of Profitability</h4> | <h4>Financial Analysis of Profitability</h4> | ||
<p>Assuming the best-case scenario in terms of accrued sales and a growth rate of 18%, Biophrame’s phase 1 is expected to generate income as of $4, 697478.59 and a total cash flow of $4,897,478.59 with an initial investment of $2,931,272.92. | <p>Assuming the best-case scenario in terms of accrued sales and a growth rate of 18%, Biophrame’s phase 1 is expected to generate income as of $4, 697478.59 and a total cash flow of $4,897,478.59 with an initial investment of $2,931,272.92. | ||
Line 369: | Line 467: | ||
<p>Operations performance will be monitored as well in order to assure low operating costs, which is part of Biophrame’s competitive advantage:</p> | <p>Operations performance will be monitored as well in order to assure low operating costs, which is part of Biophrame’s competitive advantage:</p> | ||
<img src="https://static.igem.org/mediawiki/2014/5/5b/BIOPHRAMEGDLPhase1_margins.jpg"> | <img src="https://static.igem.org/mediawiki/2014/5/5b/BIOPHRAMEGDLPhase1_margins.jpg"> | ||
- | + | <hr/> | |
<h4>Phase 2: High Purity Phase</h4> | <h4>Phase 2: High Purity Phase</h4> | ||
<p> | <p> | ||
Line 382: | Line 480: | ||
The first pilot plant acquired (In phase 1) is going to be equipped to perform a second deacetylation process to produce high purity chitosan. Part of initial investment is required to install a second plant (a copy of the first one we had) that will produce low and medium purity chitosan. This way we will have two plants at the end of phase 2. One producing high purity chitosan and a second one producing medium & low purity chitosan. This two products will be our first two brands. | The first pilot plant acquired (In phase 1) is going to be equipped to perform a second deacetylation process to produce high purity chitosan. Part of initial investment is required to install a second plant (a copy of the first one we had) that will produce low and medium purity chitosan. This way we will have two plants at the end of phase 2. One producing high purity chitosan and a second one producing medium & low purity chitosan. This two products will be our first two brands. | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>Initial Investment Phase 2</h4> | <h4>Initial Investment Phase 2</h4> | ||
<img src="https://static.igem.org/mediawiki/2014/7/78/BIOPHRAMEGDLInitialinvestmentHIGH.png"> | <img src="https://static.igem.org/mediawiki/2014/7/78/BIOPHRAMEGDLInitialinvestmentHIGH.png"> | ||
<h4>Variable Costs</h4> | <h4>Variable Costs</h4> | ||
+ | <hr/> | ||
<img src="https://static.igem.org/mediawiki/2014/b/b8/BIOPHRAMEGDLVariablecostHIGH.png"> | <img src="https://static.igem.org/mediawiki/2014/b/b8/BIOPHRAMEGDLVariablecostHIGH.png"> | ||
<h4>Fixed Costs</h4> | <h4>Fixed Costs</h4> | ||
<img src="https://static.igem.org/mediawiki/2014/d/d4/BIOPHRAMEGDLFixedHIGH.png"> | <img src="https://static.igem.org/mediawiki/2014/d/d4/BIOPHRAMEGDLFixedHIGH.png"> | ||
+ | <hr/> | ||
<h4>Expenses (Selling and Administrative)</h4> | <h4>Expenses (Selling and Administrative)</h4> | ||
<img src="https://static.igem.org/mediawiki/2014/e/ef/BIOPHRAMEGDLExpensesHIGH.png"> | <img src="https://static.igem.org/mediawiki/2014/e/ef/BIOPHRAMEGDLExpensesHIGH.png"> | ||
<h4>Financing Phase 2</h4> | <h4>Financing Phase 2</h4> | ||
<img src="https://static.igem.org/mediawiki/2014/5/5e/BIOPHRAMEGDLFinancinghigh.png"> | <img src="https://static.igem.org/mediawiki/2014/5/5e/BIOPHRAMEGDLFinancinghigh.png"> | ||
+ | <hr/> | ||
<h4>A) Premio Estatal de Ciencia y Tecnología (State’s Technology and Science Award)</h4> | <h4>A) Premio Estatal de Ciencia y Tecnología (State’s Technology and Science Award)</h4> | ||
<p>Is an open invitation to the scientific and technology community of Jalisco’s. Applicant candidates are people or groups who had carried on scientific research projects and technology development projects. To be eligible, these projects need to prove they had a substantial social and economic impact for the state. The amount for the winner is 134,000.00 mexican pesos (Secretaria de Educación Pública de los Estados Unidos Mexicanos, 2014). | <p>Is an open invitation to the scientific and technology community of Jalisco’s. Applicant candidates are people or groups who had carried on scientific research projects and technology development projects. To be eligible, these projects need to prove they had a substantial social and economic impact for the state. The amount for the winner is 134,000.00 mexican pesos (Secretaria de Educación Pública de los Estados Unidos Mexicanos, 2014). | ||
</p><p> | </p><p> | ||
http://www.ceti.mx/index.php?option=com_noticias&id=502&lang=es</p> | http://www.ceti.mx/index.php?option=com_noticias&id=502&lang=es</p> | ||
- | + | <hr/> | |
<h4>B) Zapopan Emprende</h4> | <h4>B) Zapopan Emprende</h4> | ||
<p>This financing program is aimed to attract people between looking forward to start a business in Zapopan. The program has the faculty of granting from 10,000 to 50,000 mexican pesos to finance the purchase of equipment or raw material. Financing has a total annual cost of 6.25% and it is due in 24 months (Zapopan Gobierno Municipal, 2014) | <p>This financing program is aimed to attract people between looking forward to start a business in Zapopan. The program has the faculty of granting from 10,000 to 50,000 mexican pesos to finance the purchase of equipment or raw material. Financing has a total annual cost of 6.25% and it is due in 24 months (Zapopan Gobierno Municipal, 2014) | ||
Line 402: | Line 504: | ||
http://www.zapopan.gob.mx/dependencias/centro-de-promocion-economica-y-turismo/direccion-zapopan-emprende/ | http://www.zapopan.gob.mx/dependencias/centro-de-promocion-economica-y-turismo/direccion-zapopan-emprende/ | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>C) Entrepreneurship Fund (Conacyt-Nafin)</h4> | <h4>C) Entrepreneurship Fund (Conacyt-Nafin)</h4> | ||
<p>It is directed to recently funded companies, which main business is involved with creation and development of new technologies. These companies must also be willing to create economies of scale for their operations. They must be registered in the National Registry of Scientific and Technology Companies (REINIECYT) (CONACYT-NAFIN, 2014) | <p>It is directed to recently funded companies, which main business is involved with creation and development of new technologies. These companies must also be willing to create economies of scale for their operations. They must be registered in the National Registry of Scientific and Technology Companies (REINIECYT) (CONACYT-NAFIN, 2014) | ||
Line 409: | Line 512: | ||
http://www.nafin.com.mx/portalnf/content/productos-y-servicios/programas-empresariales/conacyt-nafinsa.html | http://www.nafin.com.mx/portalnf/content/productos-y-servicios/programas-empresariales/conacyt-nafinsa.html | ||
</p> | </p> | ||
+ | <hr/> | ||
<h4>D) Avanza</h4> | <h4>D) Avanza</h4> | ||
<p> | <p> | ||
Line 422: | Line 526: | ||
<h4>Cashflow Projection (MXN)</h4> | <h4>Cashflow Projection (MXN)</h4> | ||
<img src="https://static.igem.org/mediawiki/2014/2/26/BIOPHRAMEGDLPhase2_cashflows.jpg"> | <img src="https://static.igem.org/mediawiki/2014/2/26/BIOPHRAMEGDLPhase2_cashflows.jpg"> | ||
+ | <hr/> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 00:04, 16 October 2014