Skip to main content

Round

Funding Round: sequence of shares issued in a short time span

type Round {
amount: Long!
currency: String!
startdate: String!
enddate: String!
latestvaluation: Long
valuationdate: String
}

Fields

amount ● Long!

Total value for the round

currency ● String!

Currency

startdate ● String!

Date of the first share issued in that round

enddate ● String!

Date of the last share issued in that round

latestvaluation ● Long

Latest calculated valuation

valuationdate ● String

Date of the latest calculated valuation

Example

{
"amount": 1000000,
"currency": "GBP",
"startdate": "2020-01-01",
"enddate": "2020-01-01",
"latestvaluation": 1000000,
"valuationdate": "2020-01-01"
}

Member Of

Company object ● CompanySearchResult object