Dollar Value
        Some monetary values follow specific formatting requirements.
         
        Dollar values are always greater than or equal to zero.
         
         
        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
 
            - Some (not all) web services may return or require a dollar sign ($) before the dollar value.
 
        
         
         
        Example values
        
            - 0.00
 
            - 0.92
 
            - 99.43
 
            - 34.00
 
            - $1.10