Informatica Data Quality 
			
			- Informatica Data Quality 10.5.9
 - All Products
 
           
      	
            
	
      FV(rate, terms, payment[,present value, type] )
Argument  
					  | Required/  
					 Optional  
					  | Description  
					  | 
|---|---|---|
rate  
					  | Required 
					   | Numeric. Interest rate earned in each period. Expressed as a decimal number. Divide the percent rate by 100 to express it as a decimal number. 
					   | 
terms  
					  | Required 
					   | Numeric. Number of periods or payments. Must be greater than 0. 
						 The Spark engine writes null values for rows when the terms argument passes a 0 value. In the native environment, the Data Integration Service rejects the row and does not write it to the target. 
						  
						  | 
payment  
					  | Required 
					   | Numeric. Payment amount due per period. Must be a negative number 
					   | 
present value  
					  | Optional 
					   | Numeric. Current value of the investment. If you omit this argument, FV uses 0. 
					   | 
type  
					  | Optional 
					   | Integer. Timing of the payment. Enter 1 if payment is at the beginning of period. Enter 0 if payment is at the end of period. Default is 0. If you enter a value other than 0 or 1, the 
						 Data Integration Service  treats the value as 1. 
					  | 
FV(0.0075, 12, -250, -2000, TRUE)