====== Tutorial 1 - Creating a simple model ====== ===== 1/5 ===== In this tutorial we will create a model for the estimation of profits of a company that sells products and services. Equations are as follows: //Profit// = //Income// - //Expenses//\\ //Expenses// = //Salary// + //Tax// + //Rent//\\ //Tax// = //Income// * //TaxRate//\\ //Income// = //Sales// + //Fees//\\ Where ^Name ^Type ^ |//Salary// |Parameter | |//Rent// |Parameter | |//TaxRate//|Parameter | |//Sales// |Lookup table| |//Fees// |Lookup table| \\ **Next** * [[Tutorial_1-Creating_the_model_objects|Creating the model objects (2/5)]] **References** * [[Tutorials|Back to Tutorials]] * [[start|Home]]