Two Decimal Number
        Some prices follow specific formatting requirements.
        
Values in this format do not include a currency symbol.
        
        
        Formatting requirements:
        
            - 
Always contains a decimal point
 
            - Always contains at least one digit to the left of the decimal
 
            - Always contains two digits to the right of the decimal
 
        
         
        Example values
        
            - 
0.00
 
            - 0.92
 
            - 99.43
 
            - 34.00
 
            - 1.10