{{ round2(sfCosts) }} = {{round2(transportFactor*100)}}% the costs of a ship cargo
			{{ round2(ffCosts) }} = {{round2(transportFactor*100)}}% the costs of a ship cargo
			{{ round2(ffCosts+ffCosts) }} 
			
			 
			
			
			
			
				
					{{ round2( priceAverage -(sfCosts+ffCosts) ) }}
					= {{ round2( priceAverage) }} - ( {{ round2(cxPrices[cx]["SF"].PriceAverage) }} * {{ sf }} + {{ round2(cxPrices[cx]["FF"].PriceAverage) }} * {{ ff }}  ) * {{tf}} * {{ round2(transportFactor*100) }}% 
				
				{{ round2( priceOffer -(sfCosts+ffCosts) ) }}
				{{ round2( priceRequest -(sfCosts+ffCosts) ) }}
			
			
				
					{{ round2( priceAverage + (sfCosts+ffCosts) ) }}
					= {{ round2( priceAverage) }} + ( {{ round2(cxPrices[cx]["SF"].PriceAverage) }} * {{ sf }} + {{ round2(cxPrices[cx]["FF"].PriceAverage) }} * {{ ff }}  ) * {{tf}} * {{ round2(transportFactor*100) }}% 
				
				{{ round2( priceOffer +(sfCosts+ffCosts) ) }}
				{{ round2( priceRequest +(sfCosts+ffCosts) ) }}