I need some financial functions that will work in SQL. In Excel (and Access too I believe) these functions are
RATE; which tells you the interest rate when you know loan amount, number of periods, and payment amount.
PMT; which tells you the payment amount when you know loan amount, number of periods, and interest rate.
NPER; which tells you the number of periods when you know interest rate payment amount and loan amount.
Has anyone created user-defined functions for these types of financial functions, or has anyone a solution for solving these equations using the functions available in SQL Server 2000?
Thanks
RATE; which tells you the interest rate when you know loan amount, number of periods, and payment amount.
PMT; which tells you the payment amount when you know loan amount, number of periods, and interest rate.
NPER; which tells you the number of periods when you know interest rate payment amount and loan amount.
Has anyone created user-defined functions for these types of financial functions, or has anyone a solution for solving these equations using the functions available in SQL Server 2000?
Thanks