publicstaticfinaldoubleTRANSPORT_LOSSES=getDoubleProperty("TRANSPORT_LOSSES",0.05);// in international trade
publicstaticfinaldoubleTRADE_BARRIER_FACTOR_DEFAULT=getDoubleProperty("TRADE_BARRIER_FACTOR_DEFAULT",0.4);// price factor in international trade, transport cost and real trade barriers
publicstaticfinaldoubleTRADE_BARRIER_FACTOR_DEFAULT=getDoubleProperty("TRADE_BARRIER_FACTOR_DEFAULT",0.2);// price factor in international trade, transport cost and real trade barriers
publicstaticfinaldoubleTRADE_BARRIER_ADJ=getDoubleProperty("TRADE_BARRIER_ADJ",1.0);//to scale barriers according to SSP's
publicstaticfinalbooleanACTIVE_TRADE_BARRIERS=getBooleanProperty("ACTIVE_TRADE_BARRIERS",false);// if set to true read in barrier information from file, otherwise use default as above