다음을 통해 공유


WorksheetFunction.AccrInt Method (Excel)

Returns the accrued interest for a security that pays periodic interest.

Syntax

.AccrInt(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Variant

Issue date - Security's issue date.

Arg2

필수

Variant

First interest - Security's first interest date.

Arg3

필수

Variant

Settlement - Security's settlement date

Arg4

필수

Variant

Rate - Security's annual coupon rate.

Arg5

필수

Variant

Par - Security's par value.

Arg6

필수

Variant

Frequency - Number of coupon payments per year.

Arg7

선택

Variant

Basis - The type of day count basis to use.

Return Value

Double

Remarks

중요

Dates should be entered using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.

The following table describes the values that can be used for Arg5.

Basis

Day count basis

0 or omitted

US (NASD) 30/360

1

Actual/actual

2

Actual/360

3

Actual/365

4

European 30/360

참고 항목

개념

WorksheetFunction Object Members

WorksheetFunction Object