C# 클래스 Sharekhan.domain.TermDeposit

상속: Instrument
파일 보기 프로젝트 열기: anagri/sharekhan 1 사용 예제들

공개 메소드들

메소드 설명
CalculateRealizedProfits ( ITransactionCollection listOfTransactions ) : double
CurrentMarketValue ( IList transactions ) : Price
IsMatured ( ) : bool
TermDeposit ( Term term, Price investedAmount, Symbol symbol, string description, InterestRate interestRate, int interestPayoutFrequency ) : System

보호된 메소드들

메소드 설명
Validate ( ) : void

메소드 상세

CalculateRealizedProfits() 공개 메소드

public CalculateRealizedProfits ( ITransactionCollection listOfTransactions ) : double
listOfTransactions ITransactionCollection
리턴 double

CurrentMarketValue() 공개 메소드

public CurrentMarketValue ( IList transactions ) : Price
transactions IList
리턴 Price

IsMatured() 공개 메소드

public IsMatured ( ) : bool
리턴 bool

TermDeposit() 공개 메소드

public TermDeposit ( Term term, Price investedAmount, Symbol symbol, string description, InterestRate interestRate, int interestPayoutFrequency ) : System
term Term
investedAmount Price
symbol Symbol
description string
interestRate InterestRate
interestPayoutFrequency int
리턴 System

Validate() 보호된 메소드

protected Validate ( ) : void
리턴 void