' Options: 'Date: 2026-06-13 13:40:30 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://riskstoreng-dev.nephila.com/api ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: GetDealExpectedLossesChangedSinceRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Nephila.RiskStore.ServiceModel.Requests Namespace Global Namespace Nephila.RiskStore.ServiceModel.Requests Public Partial Class GetDealExpectedLossesChangedSinceRequest Implements IReturn(Of GetDealExpectedLossesChangedSinceResponse) Implements IGet ''' '''The source deal system (IGN) to get the date for ''' Public Overridable Property SourceDealSystem As String ''' '''The date to get the changes since ''' Public Overridable Property SinceSysStartUtc As Date End Class Public Partial Class GetDealExpectedLossesChangedSinceResponse Public Overridable Property Changes As List(Of Change) Public Overridable Property ResponseStatus As ResponseStatus Public Partial Class Change Public Overridable Property SourceDealId As String Public Overridable Property SysStartUtc As Date End Class End Class End Namespace End Namespace