27%let mipQueryFilter=find(upcase(scenario),
":BASECASE") eq 0;
30%if (&dma_expansion_flg. eq Y) %then %do;
36%let mipParameterMatrices = %quote(tm_pmx : mippmx.tm_pmx_&base_dt_ymdn._&model_run_key. ,
37 pd_pmx : mippmx.pd_pmx_&base_dt_ymdn._&model_run_key. ,
38 lgd_risk_index_pmx : mippmx.lgd_risk_index_pmx_&model_run_key.);
41%irmst_get_tm_analysis_data(ad_libref = &dr_libref.
43 , in_tm_analysis_data_key = &tm_results_key.
44 , out_tm_set = work.tm_set
45 , rgf_host = &rgf_host.
46 , rgf_port = &rgf_port.
47 , rgf_protocol = &rgf_protocol.
48 , rgf_service = &rgf_service.
49 , rgf_solution = &rgf_solution.
50 , tgt_ticket = %superq(tgt_ticket)
56%irmst_create_ctm_pmx(input_tm_set = work.tm_set
57 , output_pmx = mippmx.tm_pmx_&base_dt_ymdn._&model_run_key.
61%irmst_create_pd_pmx(input_tm_set = work.tm_set
62 , output_pmx = mippmx.pd_pmx_&base_dt_ymdn._&model_run_key.
67data mippmx.lgd_risk_index_pmx_&model_run_key.;
73 _NAME_ = "CI_TERM_LOANS"; _VALUE_ = 0.359998542; output;
74 _NAME_ = "LINE_OF_CREDIT"; _VALUE_ = 0.359998542; output;
75 _NAME_ = "CRE_CONSTRUCTION_LOANS"; _VALUE_ = 0.1541196672; output;
76 _NAME_ = "CRE_CONSTRUCTION_LOANS_P"; _VALUE_ = 0.1541196672; output;
77 _NAME_ = "CRE_PERM_LOANS"; _VALUE_ = 0.1541196672; output;