Xbasic

Financial Functions

Description

Functions for performing financial calculations.

Name
Description
BankRoutingValid Function

Returns .T. if routing_num is a valid bank routing number.

CCVALID Function

Returns TRUE if a field contains a valid credit card number.

FV Function

Returns the future value of a stream of equal investments over a specified integer term.

FV2 Function

Returns the future value of a stream of equal investments over over a specified fractional term.

PAYMENT Function

Returns the payments for a fixed interest rate loan over a specified integer term.

PAYMENT2 Function

Returns the payments for a fixed interest rate loan over a specified fractional term.

PV Function

Returns the present value of a stream of periodic investments over a specified integer term.

PV2 Function

Returns the present value of a stream of periodic investments over a specified fractional term.

TERM Function

Computes the term of a loan.