Amortize
Syntax
Amortize(intr, pb, pmt, pmtnbr, payintr, payprin, balance)
Description
Use the Amortize function to compute the amount of a loan payment applied towards interest ( payintr ), the amount of the payment applied towards principal ( payprin ), and the remaining balance balance , based on the principal balance ( pb ) at the beginning of ...
And
Description
Use And to combine Boolean expressions. See for more information.
As
Description
Use the As keyword in function and method declarations and when downcasting an object to a subclass.
Asin
Syntax
Asin(value)
Description
Use the Asin function to calculate the arcsine of the given value, that is, the size of the angle whose sine is that value.
Parameters
Field or Control |
Definition |
---|---|
value |
Any real number between -1.00 and 1.00 inclusive, the range of valid sine values ... |
Atan
Syntax
Atan(value)
Description
Use the Atan function to calculate the arctangent of the given value, that is, the size of the angle whose tangent is that value.
Parameters
Field or Control |
Definition |
---|---|
value |
Any real number. |
Returns
A value in radians between -pi/2 and pi/2.
BlackScholesCall
Syntax
BlackScholesCall(Asset_Price, Strike_Price, Interest_Rate, Years, Volatility)
Description
Use the BlackScholesCall function to return the value of a call against an equity underlying according to the Black-Scholes equations.
Parameters
Field or Control |
Definition |
---|---|
Asset_Price |
The asset price. This parameter takes a decimal value. |
Strike_Price |
The strike price. This parameter takes ... |
BlackScholesPut
Syntax
BlackScholesPut(Asset_Price, Strike_Price, Interest_Rate, Years, Volatility)
Description
Use the BlackScholesPut function to return the value of a put against an equity underlying according to the Black-Scholes equations.
Parameters
Field or Control |
Definition |
---|---|
Asset_Price |
The asset price. This parameter takes a decimal value. |
Strike_Price |
The strike price. This parameter takes ... |
BootstrapYTMs
Syntax
BootstrapYTMs(Date, MktInst, Accrual_Conv)
Description
Use the BootstrapYTMs function to create a zero-arbitrage implied zero-coupon curve from a yield-to-maturity curve using the integrated discount factor method, based on the Accrual_ÂConv .
Parameters
Field or Control |
Definition |
---|---|
Date |
The trading date of the set of market issues. This parameter takes ... |
Break
Syntax
Break
Description
Use the Break statement to terminate execution of a loop or an Evaluate function. The program resumes execution immediately after the end of the statement. If the loop or Evaluate is nested in another statement, only the innermost statement is terminated.
Parameters
None.
BulkDeleteField
Syntax
BulkDeleteField(ProjectName, Field.FieldName [, ExclProj])
Description
Use the BulkDeleteField function to delete fields from records and pages, as well as the associated PeopleCode programs and modify the SQL either on the record, or, if the record is a subrecord, on the parent records.
Note: You must have the role ...