Re: financial formulae

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, "FarjadFarid(ChkNet)" <farjad(dot)farid(at)checknetworks(dot)com>
Cc: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: financial formulae
Date: 2017-04-14 02:59:39
Message-ID: 3ed7e06c-26c5-8304-d988-a047989aa37d@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/13/2017 06:18 PM, Michael Paquier wrote:
> On Thu, Apr 13, 2017 at 8:44 PM, FarjadFarid(ChkNet)
> <farjad(dot)farid(at)checknetworks(dot)com> wrote:
>> Is there a package/library, for postgresql server, covering financial
>> formula equivalent to excel financial formulae?
>>
>> Especially considering the quality and precision.
>
> You will need to be more precise regarding what you are looking for.
> PostgreSQL integrates in-core many aggregate functions that work with
> different level of precisions depending on the data type (see for
> example functions for float, numeric, etc.), so my gut feeling is that
> what you are looking for is present.

I believe the OP is referring to these:

https://support.office.com/en-us/article/Financial-functions-reference-5658D81E-6035-4F24-89C1-FBF124C2B1D8

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rj Ewing 2017-04-14 17:03:30 Re: dynamic schema modeling and performance
Previous Message Michael Paquier 2017-04-14 01:18:44 Re: financial formulae