Ask Experts Questions for FREE Help !
Ask
    alex1023's Avatar
    alex1023 Posts: 1, Reputation: 1
    New Member
     
    #1

    Jun 8, 2013, 04:33 AM
    Neoclassical Model
    Hi, I am facing the following problem in the context of the neoclassical model of Baxter/King (1993). And I am struggling including the taxes at the right places. Here is my Dynare code:

    // Fiscal Policy in General Equilibrium

    //Benchmark Model with Basic Government Purchases
    // Variables
    var c,y,I,k,l,n,g,lb,w,tr;
    varexo gb;

    // Parameters
    parameters r, q, beta,delta,thetal,thetan,thetak,sg,tau,nss,lss,trs s,yss,gss,iss,css,kss,lbss,wss;

    // Predetermined Variables
    predetermined_variables k;

    // Parametrization
    r=0.065;
    thetak=0.42;
    thetan=0.58;
    delta=0.1;
    beta=0.939;
    tauss=0.2;
    tau=tauss;
    sg=0.2;
    nss=0.2;
    lss=0.8;
    trss=0;
    q=r+delta;

    //Steady State

    koy=thetak/((1-tau)*q);
    ioy=delta*thetak/((1-tau)*q);
    coy=1-ioy-sg;
    yss=(koy^(thetak/(1-thetak))*nss^(thetan/(1-thetak)));
    gss=sg*yss;
    iss=ioy*yss;
    css=coy*yss;
    kss=koy*yss;
    lbss=1/css;
    wss=thetan*yss/nss;
    thetal=lbss*(1-tauss)*wss*lss;

    model;
    1/c=lb; // Marginal Utility
    w=thetan*y/n; // Wage Equation
    thetal/l=lb*(1-tau)*thetan*y/n; // Marginal Product of Labour
    lb=beta*lb(+1)*((1-tau(+1))*(thetak*y(+1)/k(+1))+1-delta); // Euler Equation
    y=k^thetak*n^thetan; // Production Funcion
    y=c+i+g; // Income Identity
    g=gb; // Government Expenditure
    k(+1)=(1-delta)*k+i; // Private Capital
    l+n=1; // Leisure/Labour Relationship
    tau*y=g+tr;
    end;

    initval;
    tr=trss;
    gb=gss;
    g=gss;
    y=yss;
    c=css;
    I=iss;
    k=kss;
    lb=lbss;
    n=nss;
    l=lss;
    w=wss;
    end;

    steady;
    check;

    // Permanent Shock
    endval;
    gb=0.01*yss+gss;
    end;

    steady;
    check;

    simul(periods=50);

    Thank you very much in advance!

Check out some similar questions!

Predetermined overhead rate and product margins Model X100 and Model X200 [ 0 Answers ]

Model X100 sells for $120 per unit whereas Model X200 offers advanced features and sells for $500 per unit. Management expects to sell 50,000 units of Model X100 and 5,000 units of Model X200 next year. The direct material cost per unit is $50 for Model X100 and $220 for Model X200. The company's...

I'm replacing a white rodgers 1F58-72 model thermostat with a Hunter model 44155C [ 2 Answers ]

There are some different wiring codes that are different how do I do it.

Similarities between the neoclassical and the romantic movement in literature [ 7 Answers ]

Hello! I have to prepare an essay about the similarities between the neoclassial movement and the romantic movement in literature and I could not find anything! Would you please help me?

Where can I find specs and information on a Beach model Furnace (oil) model MO-70P? [ 0 Answers ]

Hi I am selling my house and I would like to know the lifespan and long-term performance of this model of Beach oil burning furnace. And if possible, what year it was manufactured, I think it's in the 1970's or 80's. I need this information to provide to my realtor to find out if it needs to be...

Baroque, Rococo, NeoClassical, Romanticism [ 2 Answers ]

Im sorry I need help. I need to discuss Baroque, Rococo, NeoClassical, Romanticism, and realism. I need to know in what ways were each of the movements a reaction to the movement that came before it. Like how did the art change in appearance/subject and why? Thank You very much


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.