InvestmentStatement
No description
type InvestmentStatement {
displayName: String!
fileKey: String!
type: InvestmentStatementType!
}
Fields
InvestmentStatement.displayName
● String!
non-null scalar
A user-friendly name for the statement.
InvestmentStatement.fileKey
● String!
non-null scalar
An id by which the statement file can be queried.
InvestmentStatement.type
● InvestmentStatementType!
non-null enum
The type of statement.
Member of
InvestmentStatementsPayload
object