IssuerView

Model definition

A materialized view of an issuer and its latests reference data

structs::models::IssuerView

A materialized view of an issuer and its latests reference data

Fields

Issuer: Id<Issuer>source

optionalDeleted: boolsource

optionalAccount: Id<Account>source

Name: strsource

DisplayName: strsource

optionalCincCorporationId: u64source

optionalPitchbookId: strsource

optionalWebsite: strsource

optionalLogo: strsource

optionalSector: Id<Sector>source

optionalIndustry: strsource

optionalRoundDate: datesource

optionalAmountRaised: decimalsource

optionalIssuePricePerShare: decimalsource

optionalPostMoneyValuation: decimalsource

optionalRoundLabel: strsource

optionalLowPrice: decimalsource

optionalHighPrice: decimalsource

optionalLowValuation: decimalsource

optionalHighValuation: decimalsource

optionalNewActivity: Set<IssuerActivity>source

Activities that are considered as new

optionalBidsUpdatedAt: timestampsource

optionalAsksUpdatedAt: timestampsource

optionalOrderUpdatedAt: timestampsource

The latest order, Bid or Ask, updated timestamp. This is used for sorting.

optionalReferencePriceUpdatedAt: timestampsource

WeightedSortingScore: u64source

optionalDiscountAbsoluteValue: decimalsource

The absolute value of negative LastRoundDelta (discount). For sorting discount from largest to smallest using desc, so we don't surface undefined values to the top.

optionalLastRoundDelta: decimalsource

A derived value based on the latest FundingRound available for the Issuer. (1 - GrossPricePerShare/FundingRound.IssuerPricePerShare) * -1

optionalCreatedBy: Id<User>source

optionalCreatedAt: timestampsource

optionalUpdatedBy: Id<User>source

optionalUpdatedAt: timestampsource

Producers

Produced by the following services:

Consumers

Consumed by the following services:

Referenced by