class MoexBondInfo

Overview

Информация об облигации с биржи moex

Defined in:

moex_csv_api/moex_bond_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(fullname : String, isin : String, faceValue : Float64, initialFaceValue : Float64, currency : String, listLevel : Int32, issueSize : Int64, issueDate : Time, endDate : Time, couponFrequency : Int32, couponDate : Time, couponPercent : Float64, offerDate : Time | Nil, price : Float64) #

[View source]

Instance Method Detail

def couponDate : Time #

Дата выплаты купона


[View source]
def couponFrequency : Int32 #

Частота выплаты купона в год


[View source]
def couponPercent : Float64 #

Процент купона. Может и не быть


[View source]
def currency : String #

Тип валюты


[View source]
def endDate : Time #

Дата погашения


[View source]
def faceValue : Float64 #

Текущий номинал


[View source]
def fullname : String #

Полное название


[View source]
def initialFaceValue : Float64 #

Начальный номинал


[View source]
def isin : String #

Идентификатор


[View source]
def issueDate : Time #

Дата выпуска


[View source]
def issueSize : Int64 #

Размер выпуска


[View source]
def listLevel : Int32 #

Уровень листинга


[View source]
def offerDate : Time | Nil #

Дата оферты


[View source]
def price : Float64 #

Цена в процентах


[View source]
def to_json(json : JSON::Builder) #

Преобразует в json


[View source]