Amortize

Mon 01 January 2018

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 ...

read more

And

Mon 01 January 2018

Description

Use And to combine Boolean expressions. See for more information.

read more

As

Mon 01 January 2018

Description

Use the As keyword in function and method declarations and when downcasting an object to a subclass.

read more

Asin

Mon 01 January 2018

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 ...

read more

Atan

Mon 01 January 2018

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.

read more

BlackScholesCall

Mon 01 January 2018

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 ...

read more

BlackScholesPut

Mon 01 January 2018

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 ...

read more

BootstrapYTMs

Mon 01 January 2018

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 ...

read more

Break

Mon 01 January 2018

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.

read more

BulkDeleteField

Mon 01 January 2018

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 ...

read more