SecurityTypeResponseDto
data class SecurityTypeResponseDto(var id: String? = null, var code: String? = null, var description: DescriptionSimpleDto? = null)
Information about a security type with description.
Parameters
id
Unique identifier of the security type
code
Unique code that identifies the type of security.
description