<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Estimating a Consumption-Based Asset Pricing Model in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimating-a-Consumption-Based-Asset-Pricing-Model/m-p/142222#M913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beyond the example itself, what would you like explained?&amp;nbsp; I would refer you to the references for the theoretical underpinning. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The model itself is ITGMM which is a method of consistently estimating parameters in the presence of endogenous regressors.&amp;nbsp; Watch this video for an explanation. &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=TOjPA6feo7s" title="https://www.youtube.com/watch?v=TOjPA6feo7s"&gt;What is Generalized Method of Moments? by Alastair Hall - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 16:59:29 GMT</pubDate>
    <dc:creator>ets_kps</dc:creator>
    <dc:date>2014-09-18T16:59:29Z</dc:date>
    <item>
      <title>Estimating a Consumption-Based Asset Pricing Model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimating-a-Consumption-Based-Asset-Pricing-Model/m-p/142221#M912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someome explain this example:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/app/examples/ets/harvey/index.htm" title="http://support.sas.com/rnd/app/examples/ets/harvey/index.htm"&gt;SAS/ETS Examples -- Estimating a Consumption-Based Asset Pricing Model&lt;/A&gt;&lt;/P&gt;&lt;P&gt;title 'Consumption-Based Asset Pricing Model';&lt;/P&gt;&lt;P&gt;proc model data=harvey;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; endogenous conrat;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; exogenous gb cb d1 d10 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; parms beta 1.0 alpha 1.0;&lt;/P&gt;&lt;P&gt;/* set up lags for use as instruments */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lc1 = lag(cinst);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lc2 = lag2(cinst);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lc3 = lag3(cinst);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lc4 = lag4(cinst);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ltb1 = lag(rinst);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ltb2 = lag2(rinst);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ltb3 = lag3(rinst);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ltb4 = lag4(rinst);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* moment conditions */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; eq.h1 = beta * (1+conrat)**(-alpha) * (1+gb) - 1 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; eq.h2 = beta * (1+conrat)**(-alpha) * (1+cb) - 1 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; eq.h3 = beta * (1+conrat)**(-alpha) * (1+d1) - 1 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; eq.h4 = beta * (1+conrat)**(-alpha) * (1+d10) - 1 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; fit h1-h4 / itgmm kernel=(parzen,1,0);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; instruments lc1-lc4 ltb1-ltb4 ;&lt;/P&gt;&lt;P&gt;ods output&amp;nbsp; ParameterEstimates=parms_estimate;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 13:06:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimating-a-Consumption-Based-Asset-Pricing-Model/m-p/142221#M912</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2014-09-12T13:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating a Consumption-Based Asset Pricing Model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimating-a-Consumption-Based-Asset-Pricing-Model/m-p/142222#M913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beyond the example itself, what would you like explained?&amp;nbsp; I would refer you to the references for the theoretical underpinning. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The model itself is ITGMM which is a method of consistently estimating parameters in the presence of endogenous regressors.&amp;nbsp; Watch this video for an explanation. &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=TOjPA6feo7s" title="https://www.youtube.com/watch?v=TOjPA6feo7s"&gt;What is Generalized Method of Moments? by Alastair Hall - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 16:59:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Estimating-a-Consumption-Based-Asset-Pricing-Model/m-p/142222#M913</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2014-09-18T16:59:29Z</dc:date>
    </item>
  </channel>
</rss>

