Adding a markup to a number during Visual Integrator Import

SOLVED

Running Sage 100 v2018 and am trying to create a VI import where one of the numeric fields being imported needs to have a $0.10 markup (i.e. if the field is populated with $2.35, the import should add .10 so the record would import the price as $2.45.

I've done some rudimentary attempts where the filed I'm importing into is a Price field (FT_ContractPricingDetail.ContractPrice) then I create a Temp numeric field and add a calculation of {FT_ContractPricingDetail.ContractPrice} + .10 but I end up getting an error when trying to run the import.

I'm fairly certain my formatting is not including something but I don't know what it is.