Transfer

Transfer class

Investment transfer class.

public class Transfer : AbstractInvestmentTransaction

Constructors

NameDescription
Transfer()Initializes a new instance of Transfer class.

Properties

NameDescription
AverageCostBasis { get; set; }Gets or sets the average cost basis of this position.
Investment401kSource { get; set; }Gets or sets the source of money for this security in this position.
InvestmentAccountFrom { get; set; }Gets or sets the from of InvestmentAccount.
InvestmentTransaction { get; set; }Gets or sets the InvestmentTransaction.
PositionType { get; set; }Gets or sets the position type.
PurchaseDate { get; set; }Gets or sets the security’s original purchase date.
SecurityId { get; set; }Gets or sets the SecurityId.
SubAccountSecurity { get; set; }Gets or sets the sub-account type for the security.
TransferAction { get; set; }Gets or sets the action for transfers.
UnitPrice { get; set; }Gets or sets the price per commonly-quoted unit. Does not include markup/markdown. Share price for stocks, mutual funds, and others. Percentage of par for bonds. Per share (not contract) for options.
Units { get; set; }Gets or sets the units. For security-based actions other than stock splits. Shares for stocks, mutual funds, and others. Face value for bonds. Contracts for options.

See Also