IAssetsMarketsIncome Interface

Stator | API Documentation
Interface which allows you to import an income item (this interface is to be inherited).
Assets > Markets > Income

Namespace:  Stator.libPublic.ImportPlugins.DataObjectInterfaces
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

public interface IAssetsMarketsIncome

The IAssetsMarketsIncome type exposes the following members.

Properties

  NameDescription
Public propertyBaseTypeIdentifier
The base type identifier for the ticker.
i.e. X_AUS_ASX = Australian Stock Exchange
Public propertyCashAccountUniqueIdentifier
A unique identifier for the cash account which the cash transaction will be assigned to.
For reference see: UniqueIdentifier
Public propertyCreateCashTransaction
True if you would like a cash transaction to be created for this income item.
Public propertyCurrencyCode
The currency code for the ticker (three letter ISO Code, i.e. AUD, USD).
Public propertyEstateUniqueIdentifier
A unique identifier for the estate which the income belongs to.
For more information regarding unique identifiers see: UniqueIdentifier
Public propertyExchangeRateToAccount
An exchange rate between the income currency and the cash account currency.
Known as the Income Account Exchange Rate
Public propertyExchangeRateToEstate
An exchange rate between the income item currency and the estate currency.
Known as the Income Exchange Rate
Public propertyIncomeDate
The date/time for the income item (when the income event occured).
Public propertyIncomeEventType
The event type for the income item.
Public propertyIncomeStatus
The status for the income item.
Setting this enumeration will result in different import actions.
Public propertyOpenPositionEntryPrice
The entry price for the reinvested open position (if applicable).
Public propertyOpenPositionInstrument
The trading instrument for the reinvested open position (if applicable).
Public propertyOpenPositionQuantity
The quantity for the reinvested open position (if applicable).
Public propertyQuantity
The quantity for the income.
Public propertyRatePerUnit
The rate per unit for the income (cents per unit).
Public propertyTickerCode
The ticker code for the income item, i.e. MSFT = Microsoft.
Public propertyUniqueIdentifier
Unique identifier for this income item.
Top
Remarks

Why is this interface required?
This interface allows you to import an income item into Stator. It specifies properties which are common to all
income items, i.e. dividends, trust distributions.

Inherited by:
IAssetsMarketsIncomeDividend
IAssetsMarketsIncomeTrustDistribution

What is an income item?
An income item can be a dividend or trust distribution usually paid out as a result of owning stock.

See Also

Reference