Skip to main content

Variable.InvestTransactionType

const InvestTransactionType: {
BuyBack: "BUY_BACK";
InitialDistribution: "INITIAL_DISTRIBUTION";
SecondaryMarket: "SECONDARY_MARKET";
};

Type of an investment transaction.

Type Declaration

NameType
BuyBack"BUY_BACK"
InitialDistribution"INITIAL_DISTRIBUTION"
SecondaryMarket"SECONDARY_MARKET"