Form A4 – Form Requirements

Contents

Form A-4

Form A-4 provides personal and commercial residential output ranges in the format shown in the files named 2021FormA4.xlsx (/home/mitch-a/dmis-projects/fphlm/versions/v8.2/2021_ROA/)

To generate and obtain the required results and files to create Form A-4, four (4) runs must be configured and executed. One for each set of CatFund data (2012, 2017) and one for each set of policies (0 deductible, specific deductible). As an example, for v6.3 submission the runs were configured using the following files:

  • For 2012 CatFund data:
    • 0 deductible:
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2012CatFund/2012CatFund_PR_agg_a4exp_0deduc.csv
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2012CatFund/2012CatFund_CR_LR_agg_a4exp_0deduc.csv
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2012CatFund/2012CatFund_CR_MHR_agg_a4exp_0deduc.csv
    • Specific deductible:
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2012CatFund/2012CatFund_PR_agg_a4exp_a4deduc.csv
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2012CatFund/2012CatFund_CR_LR_agg_a4exp_a4deduc.csv
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2012CatFund/2012CatFund_CR_MHR_agg_a4exp_a4deduc.csv
  • For 2017 CatFund data:
    • 0 deductible:
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2017CatFund/processed/2017CatFund_PR_agg_a4exp_0deduc.csv
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2017CatFund/processed/2017CatFund_CR_LR_agg_a4exp_0deduc.csv
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2017CatFund/processed/2017CatFund_CR_MHR_agg_a4exp_0deduc.csv
    • Specific deductible:
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2017CatFund/processed/2017CatFund_PR_agg_a4exp_a4deduc.csv
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2017CatFund/processed/2017CatFund_CR_LR_agg_a4exp_a4deduc.csv
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2017CatFund/processed/2017CatFund_CR_MHR_agg_a4exp_a4deduc.csv

Required files

Two important files are required in order to generate the form.

1.- File 2017FormA4A.xlsx or  2017FormA4B.xlsx. This file is the template of the form. It is located at:

  • /home/mitch-a/dmis-projects/fphlm/versions/v6.3/2017_ROA/

2.- ExcelLoader java program to read the ILM outputs and generate the final form. This file is located at:

  • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/code/ExcelLoader/A4/

Processing steps

1.- Create a running environment by copying the ILM environment that corresponds to the submission version into the form folder

  • For example: Copy /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/code/v6.3_ilm_env to /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4a/ This way every form has its own running environment and it is easier to keep track of what modifications have been made if any. It also avoids cluttering the code folder.

2.- Go to the recently copied folder using a Unix server

3.- Edit the file ilm_setup.dat:

Set the root folder of the run
Set the paths of the corresponding policies files for pr_unmatched, lr_unmatched, and hr_unmatched
Set the paths of the corresponding winds for each component
Set DataSource as "FL OIR". If set to "FIU" or anything different than "FL OIR", it will prevent the creation of required {pr,lr,hr}_combined and combined folders.
Set the RefYear accordingly, based on the CatFund data that will be used or any other indication provided by team leader.
  • As reference, here are the configurations used for November 2018 submission:

A4A:

  • 0 deductible:
ILMRunCount="3"
DataSource="FL OIR"
EmailToNotify="hcen001@cs.fiu.edu"
ILMRoot="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4a/processing/20181005_0deduc_all"
PR_M_FLAG="0"
PR_UM_FLAG="1"
HR_M_FLAG="0"
HR_UM_FLAG="1"
LR_M_FLAG="0"
LR_UM_FLAG="1"
CodeDir="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4a/v6.3_ilm_env/code/"
@ILM1
ID="PR_unmatched"
ILMName="pr_unmatched"
PolicyFile="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2012CatFund/2012CatFund_PR_agg_a4exp_0deduc.csv"
Winds="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/winds/2013_zip_centroids_stochastic_winds_59000yrs/2013_all_zip_centroids_1_v6_3/merged/"
StochasticSet="1"
DetailedOutput="0"
CountySurge="1"
TypeOfMatrices="1"
UseRetrofitting="1"
Matrices="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/matrices_curves/v6.3_pr_matrices/"
ProgramOption="s_presetDS_threads"
RunId="1"
RefYear="2013"
@ILM2
ID="LR_unmatched"
ILMName="lr_unmatched"
PolicyFile="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2012CatFund/2012CatFund_CR_LR_agg_a4exp_0deduc.csv"
Winds="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/winds/2013_zip_centroids_stochastic_winds_59000yrs/2013_all_zip_centroids_1_v6_3/merged/"
StochasticSet="1"
DetailedOutput="0"
CountySurge="1"
TypeOfMatrices="1"
Matrices="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/matrices_curves/v6.3_lr_matrices/"
ProgramOption="s_presetDS_threads"
RunId="2"
RefYear="2013"
@ILM3
ID="HR_unmatched"
ILMName="hr_unmatched"
PolicyFile="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2012CatFund/2012CatFund_CR_MHR_a4exp_0deduc.csv"
Winds="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/winds/2013_zip_centroids_stochastic_winds_59000yrs/2013_all_zip_centroids_1_v6_3/merged/"
StochasticSet="1"
OutputPerStorm="0"
OutputRiskLevelLoss="1"
DemandSurge="1"
PRPolicyFlag="0"
Matrices="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/matrices_curves/v6.3_mhr_curves/"
NumColumns="28"
PolicyCol="Pol-1"
LocationCol="Loc-2"
ZipcodeCol="Zip-3"
YearCol="Year-4"
CoverageCol="Vi-5"
LMsCol="LMs-6"
LMappCol="LMapp-7"
LMcCol="LMc-8"
LMaleCol="LMale-9"
DeductibleCol="Deduc-10"
HurrDeductibleCol="HurrDeduc-11"
CountyCol="County-12"
RegionCol="Region-13"
NumUnitsCol="NumUnits-14"
NumStoriesCol="NumStories-15"
StoryNumCol="StoryNum-16"
ShutterCol="Shutter-17"
SlidingDoorCol="SlidingDoor-18"
TypeOfRiskCol="TypeOfRisk-19"
LayoutCol="Layout-20"
WSCIndexCol="WSCIndex-21"
ProgramOption="crh"
RunId="3"
RefYear="2013"
  • Specific deductible
ILMRunCount="3"
DataSource="FL OIR"
EmailToNotify="hcen001@cs.fiu.edu"
ILMRoot="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4a/processing/20181005_a4deduc_all"
PR_M_FLAG="0"
PR_UM_FLAG="1"
HR_M_FLAG="0"
HR_UM_FLAG="1"
LR_M_FLAG="0"
LR_UM_FLAG="1"
CodeDir="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4a/v6.3_ilm_env/code/"
@ILM1
ID="PR_unmatched"
ILMName="pr_unmatched"
PolicyFile="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2012CatFund/2012CatFund_PR_agg_a4exp_a4deduc.csv"
Winds="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/winds/2013_zip_centroids_stochastic_winds_59000yrs/2013_all_zip_centroids_1_v6_3/merged/"
StochasticSet="1"
DetailedOutput="0"
CountySurge="1"
TypeOfMatrices="1"
UseRetrofitting="1"
Matrices="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/matrices_curves/v6.3_pr_matrices/"
ProgramOption="s_presetDS_threads"
RunId="1"
RefYear="2013"
@ILM2
ID="LR_unmatched"
ILMName="lr_unmatched"
PolicyFile="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2012CatFund/2012CatFund_CR_LR_agg_a4exp_a4deduc.csv"
Winds="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/winds/2013_zip_centroids_stochastic_winds_59000yrs/2013_all_zip_centroids_1_v6_3/merged/"
StochasticSet="1"
DetailedOutput="0"
CountySurge="1"
TypeOfMatrices="1"
Matrices="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/matrices_curves/v6.3_lr_matrices/"
ProgramOption="s_presetDS_threads"
RunId="2"
RefYear="2013"
@ILM3
ID="HR_unmatched"
ILMName="hr_unmatched"
PolicyFile="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2012CatFund/2012CatFund_CR_MHR_a4exp_a4deduc.csv"
Winds="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/winds/2013_zip_centroids_stochastic_winds_59000yrs/2013_all_zip_centroids_1_v6_3/merged/"
StochasticSet="1"
OutputPerStorm="0"
OutputRiskLevelLoss="1"
DemandSurge="1"
PRPolicyFlag="0"
Matrices="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/matrices_curves/v6.3_mhr_curves/"
NumColumns="28"
PolicyCol="Pol-1"
LocationCol="Loc-2"
ZipcodeCol="Zip-3"
YearCol="Year-4"
CoverageCol="Vi-5"
LMsCol="LMs-6"
LMappCol="LMapp-7"
LMcCol="LMc-8"
LMaleCol="LMale-9"
DeductibleCol="Deduc-10"
HurrDeductibleCol="HurrDeduc-11"
CountyCol="County-12"
RegionCol="Region-13"
NumUnitsCol="NumUnits-14"
NumStoriesCol="NumStories-15"
StoryNumCol="StoryNum-16"
ShutterCol="Shutter-17"
SlidingDoorCol="SlidingDoor-18"
TypeOfRiskCol="TypeOfRisk-19"
LayoutCol="Layout-20"
WSCIndexCol="WSCIndex-21"
ProgramOption="crh"
RunId="3"
RefYear="2013"

A4B

  • 0 deductible
ILMRunCount="3"
DataSource="FL OIR"
EmailToNotify="hcen001@cs.fiu.edu"
ILMRoot="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4b/processing/20181007_0deduc_all"
PR_M_FLAG="0"
PR_UM_FLAG="1"
HR_M_FLAG="0"
HR_UM_FLAG="1"
LR_M_FLAG="0"
LR_UM_FLAG="1"
CodeDir="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4b/v6.3_ilm_env/code/"
@ILM1
ID="PR_unmatched"
ILMName="pr_unmatched"
PolicyFile="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2017CatFund/processed/2017CatFund_PR_agg_a4exp_0deduc.csv"
Winds="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/winds/2017_zip_centroids_stochastic_winds_59000yrs/2017_all_zip_centroids_1_v6_3/merged/"
StochasticSet="1"
DetailedOutput="0"
CountySurge="1"
TypeOfMatrices="1"
UseRetrofitting="1"
Matrices="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/matrices_curves/v6.3_pr_matrices/"
ProgramOption="s_presetDS_threads"
RunId="1"
RefYear="2017"
@ILM2
ID="LR_unmatched"
ILMName="lr_unmatched"
PolicyFile="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2017CatFund/processed/2017CatFund_CR_LR_agg_a4exp_0deduc.csv"
Winds="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/winds/2017_zip_centroids_stochastic_winds_59000yrs/2017_all_zip_centroids_1_v6_3/merged/"
StochasticSet="1"
DetailedOutput="0"
CountySurge="1"
TypeOfMatrices="1"
Matrices="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/matrices_curves/v6.3_lr_matrices/"
ProgramOption="s_presetDS_threads"
RunId="2"
RefYear="2017"
@ILM3
ID="HR_unmatched"
ILMName="hr_unmatched"
PolicyFile="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2017CatFund/processed/2017CatFund_CR_MHR_a4exp_0deduc.csv"
Winds="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/winds/2017_zip_centroids_stochastic_winds_59000yrs/2017_all_zip_centroids_1_v6_3/merged/"
StochasticSet="1"
OutputPerStorm="0"
OutputRiskLevelLoss="1"
DemandSurge="1"
PRPolicyFlag="0"
Matrices="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/matrices_curves/v6.3_mhr_curves/"
NumColumns="28"
PolicyCol="Pol-1"
LocationCol="Loc-2"
ZipcodeCol="Zip-3"
YearCol="Year-4"
CoverageCol="Vi-5"
LMsCol="LMs-6"
LMappCol="LMapp-7"
LMcCol="LMc-8"
LMaleCol="LMale-9"
DeductibleCol="Deduc-10"
HurrDeductibleCol="HurrDeduc-11"
CountyCol="County-12"
RegionCol="Region-13"
NumUnitsCol="NumUnits-14"
NumStoriesCol="NumStories-15"
StoryNumCol="StoryNum-16"
ShutterCol="Shutter-17"
SlidingDoorCol="SlidingDoor-18"
TypeOfRiskCol="TypeOfRisk-19"
LayoutCol="Layout-20"
WSCIndexCol="WSCIndex-21"
ProgramOption="crh"
RunId="3"
RefYear="2017"
  • Specific deductible
ILMRunCount="3"
DataSource="FL OIR"
EmailToNotify="hcen001@cs.fiu.edu"
ILMRoot="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4b/processing/20181007_a4deduc_all"
PR_M_FLAG="0"
PR_UM_FLAG="1"
HR_M_FLAG="0"
HR_UM_FLAG="1"
LR_M_FLAG="0"
LR_UM_FLAG="1"
CodeDir="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4b/v6.3_ilm_env/code/"
@ILM1
ID="PR_unmatched"
ILMName="pr_unmatched"
PolicyFile="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2017CatFund/processed/2017CatFund_PR_agg_a4exp_a4deduc.csv"
Winds="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/winds/2017_zip_centroids_stochastic_winds_59000yrs/2017_all_zip_centroids_1_v6_3/merged/"
StochasticSet="1"
DetailedOutput="0"
CountySurge="1"
TypeOfMatrices="1"
UseRetrofitting="1"
Matrices="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/matrices_curves/v6.3_pr_matrices/"
ProgramOption="s_presetDS_threads"
RunId="1"
RefYear="2017"
@ILM2
ID="LR_unmatched"
ILMName="lr_unmatched"
PolicyFile="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2017CatFund/processed/2017CatFund_CR_LR_agg_a4exp_a4deduc.csv"
Winds="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/winds/2017_zip_centroids_stochastic_winds_59000yrs/2017_all_zip_centroids_1_v6_3/merged/"
StochasticSet="1"
DetailedOutput="0"
CountySurge="1"
TypeOfMatrices="1"
Matrices="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/matrices_curves/v6.3_lr_matrices/"
ProgramOption="s_presetDS_threads"
RunId="2"
RefYear="2017"
@ILM3
ID="HR_unmatched"
ILMName="hr_unmatched"
PolicyFile="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/2017CatFund/processed/2017CatFund_CR_MHR_a4exp_a4deduc.csv"
Winds="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/winds/2017_zip_centroids_stochastic_winds_59000yrs/2017_all_zip_centroids_1_v6_3/merged/"
StochasticSet="1"
OutputPerStorm="0"
OutputRiskLevelLoss="1"
DemandSurge="1"
PRPolicyFlag="0"
Matrices="/home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/data/matrices_curves/v6.3_mhr_curves/"
NumColumns="28"
PolicyCol="Pol-1"
LocationCol="Loc-2"
ZipcodeCol="Zip-3"
YearCol="Year-4"
CoverageCol="Vi-5"
LMsCol="LMs-6"
LMappCol="LMapp-7"
LMcCol="LMc-8"
LMaleCol="LMale-9"
DeductibleCol="Deduc-10"
HurrDeductibleCol="HurrDeduc-11"
CountyCol="County-12"
RegionCol="Region-13"
NumUnitsCol="NumUnits-14"
NumStoriesCol="NumStories-15"
StoryNumCol="StoryNum-16"
ShutterCol="Shutter-17"
SlidingDoorCol="SlidingDoor-18"
TypeOfRiskCol="TypeOfRisk-19"
LayoutCol="Layout-20"
WSCIndexCol="WSCIndex-21"
ProgramOption="crh"
RunId="3"
RefYear="2017"

4.- Once you have configured ilm_setup.dat, execute the setup script: ./setupILM.sh5.- If setup went without issues, go to the root folder of the run and execute the script: ./runILM.sh &

6.- Repeat the process for each CatFund dataset and for 0 and specific deductible policies

7.- After finishing the runs, verify that you have four folders, each one with the environment and results for each set CatFund data and policies

Post-processing steps

1.- After the ILM runs finish, create a separate folder for post-processing

2.- Within this folder, create folders log and v6.3_aal

3.- Within v6.3_aal create two folders with the following structure:

  • Zero_Deductible/Combined/results
  • Specific_Deductible/Combined/results
    • Optionally you can just create the Zero_Deductible and Specific_Deductible folders and then symlink the combined folder of each run into the corresponding folder. This might help you to keep track of the file used in the current post-processing task
    • If you decide to symlink the combined folder, make sure that the target link is named Combined, since the Java program requires it that way

4.- Copy the form template and corresponding ExcelLoader program into the directory

5.- The resulting directory structure and files should be something similar to this:

  • v6.3_aal/Zero_Deductible/Combined/results/final_all.txt
  • v6.3_aal/Specific_Deductible/Combined/results/final_all.txt
  • log
  • ExcelLoader_you_version.jar file
  • 2017FormA4A.xlsx

6.- Run the Java program in the command line as follows:

NOTE: the form a4 and a5 templates may need to be changed before running the Java program. This is due to a recent template format change that mismatched the cell location from the previous template. Please compare the most current submission’s form A4 or A5 excel template with the one here: /home/mitch-a/dmis-projects/fphlm/wind_proc/2017_standards_v6.3/forms/a4b/processing/gen_excel_file/2017FormA4.xls. Update the Form A4 template so table start with the same row as the 2017 template. When finished generating the form, change the format back.

  • Syntax: java -jar ExcelLoader_your_version.jar -a4 AllOptions A4_template.xlsx path_to_aal_folder/ output_file.xlsx path_log_folder/
  • Example: java -jar ExcelLoader_FormsA4-7-FPHLM_v5.0.jar -a4 AllOptions 2017FormA4A.xlsx v6.3_aal/ 20181008_FormA4A.xlsx log/

7.- If the program runs without any issues, the output file should have all the results

8.- Open the output .xlsx file to make sure that entries for which there are no policies have NA (3 fields per county) as required by the standards.

Additional files

In addition to the form itself, prepare the list of ZIP Codes for which there are hurricane loss costs but no exposure and the list of ZIP Codes for which there are no hurricane loss costs but there is exposure.

Results

1.- Send prototype of form to the verifier.
2.- Verifier sends prototype of form to team leader.
3.- Team leader sends prototype of form to expert.

Form A4A Test Report

Form A4B Test Report

Notes

  • If the exposure data changes, you need to request the new coverage files from the team leader and update the code of the ExcelLoader program
    • Instructions to build a new version of the program are located at: /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/code/ExcelLoader/README
  • Double check the 15th column (Units) in the exposure files are all set to 1 for PR and LR policies.
    • If you see values other than 1, inform the team leader to change all the values to 1.
  • The coverage files contain the aggregated exposures at zip code level
    • It is a .csv file without header with the following format:
      • zipcode,LMs,LMapp,LMc,LMale,Total_Coverage
    • The coverage files are separated by construction type, you should have:
      • Commercial_Residential_zip_coverage
      • Condo_Frame_zip_coverage
      • Condo_Masonry_zip_coverage
      • Owners_Frame_zip_coverage
      • Owners_Masonry_zip_coverage
      • Renters_Frame_zip_coverage
      • Renters_Masonry_zip_coverage
      • Mobile_Manufactured_zip_coverages
  • The ILM running environments for the results submitted in November 2018 are here:
    • A4A:
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4a/processing/20181005_0deduc_all
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4a/processing/20181005_a4deduc_all
    • A4B:
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4b/processing/20181007_0deduc_all
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4b/processing/20181007_a4deduc_all
  • The results submitted in November 2018 are located at:
    • A4A:
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4a/outputs/20181008_FormA4A.xlsx
    • A4B:
      • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4b/outputs/20181010_FormA4B.xlsx
  • The post-processing folder for the results submitted in November 2018 are here:
    • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4a/processing/gen_excel_file
    • /home/mitch-a/dmis-projects/fphlm/proc/2017_standards_v6.3/forms/a4b/processing/gen_excel_file
  • IMPORTANT: v6.3 submission required outputs and results for 2012 and 2017 CatFund data, that is why there are A4A and A4B set of results. It might be possible that for your current submission you only have one (1) set of CatFund data, in which case you will only need two runs instead of four as reflected in the current document
  • All the files and configurations in this document are specific to this example run and submission. The processor should update parameters as required by the submission and/or version

 

 

 

Download PDF
Sidebar