Skip to content

Commit

Permalink
Merge pull request #5 from mikamyrseth/ellen
Browse files Browse the repository at this point in the history
Ellen2016
  • Loading branch information
mikamyrseth authored Oct 6, 2022
2 parents 7c1cf52 + 7efdbda commit 665d6a7
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 0 deletions.
10 changes: 10 additions & 0 deletions input/custom_dataseries/ellen_custom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"name": "CUSTOM-ELLEN-INTEREST-DIFFERENCE",
"page": "3",
"weights": {
"NO-MONEY-MARKET-12": 1,
"FOREIGN-MONEY-MARKET-12": -1
}
}
]
17 changes: 17 additions & 0 deletions input/dataseries/dataseries.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,22 @@
"publisher": "Barclays",
"bbg_ticker": "BXIIVEMG",
"link": "??"
},

{
"name": "NO-MONEY-MARKET-12",
"description": "12-month Norwegian money market rate",
"frequency": "MONTHLY",
"publisher": "Norges Bank",
"bbg_ticker": "??",
"link": "??"
},
{
"name": "FOREIGN-MONEY-MARKET-12",
"description": "12-month foreign money market rate",
"frequency": "MONTHLY",
"publisher": "Norges Bank",
"bbg_ticker": "??",
"link": "??"
}
]
30 changes: 30 additions & 0 deletions input/models/ellen_asymmetric.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Ellen asymmetric",
"authors": "Saskia Ter Ellen",
"publish_year": 2016,
"page": "5",
"model_start_date": "2001-01-01",
"model_end_date": "2015-08-01",
"dependent_variable": "DELTA-LOG-NB-I44",
"frequency": "MONTHLY",
"coeffs": {
"ALPHA": 0.0018,
"DELTA_LOG_ICE_BRENT_POSITIVE": -0.0776,
"DELTA_LOG_ICE_BRENT_NEGATIVE": -0.0562,
"LAGGED_INTEREST_DIFFERENTIAL": -0.0015,
"CHANGE_INTEREST_DIFFERENTIAL": -0.0275,
"CRISIS_CONTROL_DUMMY": -0.0219
},
"stds": {
"CONSTANT": 1.3992,
"DELTA_LOG_ICE_BRENT_POSITIVE": -3.1713,
"DELTA_LOG_ICE_BRENT_NEGATIVE": -2.2304,
"LAGGED_INTEREST_DIFFERENTIAL": -1.9094,
"CHANGE_INTEREST_DIFFERENTIAL": -6.3554,
"CRISIS_CONTROL_DUMMY": -0.0219
},
"stats": {
"adjustedR2":0.3339
}
}

23 changes: 23 additions & 0 deletions input/models/ellen_linear.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Ellen linear model",
"authors": "Saskia Ter Ellen",
"publish_year": 2016,
"page": "3",
"model_start_date": "2001-01-01",
"model_end_date": "2015-08-01",
"dependent_variable": "LOG-NB-I44",
"frequency": "MONTHLY",
"coeffs": {
"ALPHA": 0.0018,
"DELTA_LOG_ICE_BRENT": -0.0661

},
"stds": {
"CONSTANT":1.296,
"DELTA_LOG_ICE_BRENT":-4.9851
},
"stats": {
"adjustedR2":0.3367
}
}

0 comments on commit 665d6a7

Please sign in to comment.