diff options
| -rw-r--r-- | scripts/crontab | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/scripts/crontab b/scripts/crontab new file mode 100644 index 00000000..8abb5a27 --- /dev/null +++ b/scripts/crontab @@ -0,0 +1,22 @@ +CODE_DIR=/home/guillaume/projects/code +BASE_DIR=/home/serenitas/CorpCDOs +LOG_DIR=/home/serenitas/CorpCDOs/logs +DATA_DIR=/home/serenitas/CorpCDOs/data +DAILY_DIR=/home/serenitas/Daily +OMP_NUM_THREADS=8 + +45 6 * * 1-5 cd $CODE_DIR/python; python -m markit --loans +00 7 * * 1-5 cd $CODE_DIR/python; python -m markit --cds +15 22 * * 1-5 cd $CODE_DIR/python; python -m markit --rates +20 7 * * 1-5 cd $CODE_DIR/R; Rscript thetas-durations.R +15 7 * * 1-5 cd $CODE_DIR/python; python mark_swaptions.py +15 19 * * 1-5 cd $CODE_DIR/python; python calibrate_swaption.py --latest +*/10 8-17 * * 1-5 cd $CODE_DIR/python; python process_queue.py +30 7 * * 1-5 $CODE_DIR/scripts/curve.sh +*/10 6-18 * * 1-5 cd $CODE_DIR/python; python parse_gs_exchange.py +10 17 * * 1-5 cd $CODE_DIR/python; python position.py +45 7 * * 1-5 cd $CODE_DIR/R; Rscript calibrate_tranches_BC.R -u -c runs.yml 2> /dev/null +30 7 * * 1-5 cd $CODE_DIR/R; Rscript calibrate_tranches_MF.R &> $LOG_DIR/calibrate_tranches_MF.log +00 8 * * 1-5 cd $CODE_DIR/R; Rscript tranches_RV_BC.R -u -c RVruns.yml 2> /dev/null +*/10 8-17 * * 1-5 cd $CODE_DIR/python; python -m task_server -d +00 18 * * 1-5 cd $CODE_DIR/python; python -m task_server -u |
