aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--R/new_index_series.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/R/new_index_series.R b/R/new_index_series.R
index 43fd6fd5..38f1f74e 100644
--- a/R/new_index_series.R
+++ b/R/new_index_series.R
@@ -1,7 +1,7 @@
library(Rblpapi)
source("serenitasdb.R")
-blpConnect(host='192.168.9.61')
+blpConnect(host='192.168.9.28')
## This script helps adding the necessary data for a new index series
@@ -112,7 +112,7 @@ if(interactive()) {
markit_ticker = c("EUROP", "CCK-CEH", "PUBLIPO", "WINTRE", "ADLEREA",
"ALGEGLO", "BEVCLUX","DUFRONE", "NIDDAH", "PICABON",
"STEIEUR", "VERIMID"),
- seniority = rep("SNRFOR",12), coupon=500)
+ seniority = rep("SNRFOR", 12), coupon=500)
markit.mappings(mappings)
## then update index_list in markit/import_quotes.py and rerun insert_cds
}