SAP ABAP Data Element BAPI_JBD_DTE_SNPVCAL (NPV Calculation)
Hierarchy
☛
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
⤷
IS-B-DP (Application Component) Transaction Data Pool
⤷
JBD_MM_BAPI (Package) Money Market

⤷

⤷

Basic Data
Data Element | BAPI_JBD_DTE_SNPVCAL |
Short Description | NPV Calculation |
Data Type
Category of Dictionary Type | D | Domain |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | T_SNPVCAL | |
Data Type | CHAR | Character String |
Length | 1 | |
Decimal Places | 0 | |
Output Length | 1 | |
Value Table |
Further Characteristics
Search Help: Name | ||
Search Help: Parameters | ||
Parameter ID | ||
Default Component name | NET_PRESENT_VAL_CAL | |
Change document | ||
No Input History | ||
Basic direction is set to LTR | ||
No BIDI Filtering |
Field Label
Length | Field Label | |
Short | 10 | NPV |
Medium | 15 | NPV Calculation |
Long | 20 | NPV Calculation |
Heading | 3 | NPV |
Documentation
Definition
The NPV can either be calculated via the Yield or the Discount, with the following formulas being used for linear discounting:
- NPV calculation via yield :
NPV = Nominal value / (1 + interest rate/100 * days/daily basis)
- NPV calculation via discount:
NPV = Nominal value * (1 - interest rate/100 * days/daily basis)
If exponential discounting is used for terms greater than one year, the following formulas are used:
- NPV calculation via yield:
NPV=
Nominal value / (1 + interest rate/100) ** (days/daily basis)
- NPV calculation via discount:
NPV =
Nominal value * (2 - (1 + interest rate/ 100) ** (days/daily basis)
Definition
History
Last changed by/on | SAP | 20030430 |
SAP Release Created in | 463_20 |