blob: 8abb5a27cfcf01857821c057c353240896a2bdd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|