C# Класс Sharekhan.domain.TermDeposit

Наследование: Instrument
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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