Documentation
Preparing search index...
ts-engine/src
LossRun
Interface LossRun
interface
LossRun
{
classCodeId
:
string
;
createdAtTimestamp
:
number
;
creatorUserId
?:
string
;
id
:
string
;
indicativeExpectedLoss
:
LossRunIndicativeExpectedLoss
|
null
;
isDeleted
:
boolean
;
lastModifiedTimestamp
:
number
;
losses
:
Loss
[]
;
metricsYears
:
LossRunMetricsYear
[]
;
name
:
string
;
objectType
:
LOSS_RUN
;
organizationId
:
string
;
policyInfoYears
:
LossRunPolicyInfoYear
[]
;
productName
:
string
;
status
:
ObjectStatus
;
targets
:
LossRunTargets
|
null
;
tenantId
:
string
;
tenantName
?:
string
;
valuationDate
:
Date
;
}
Hierarchy
BaseObject
<
LOSS_RUN
>
Pick
<
ApplicationLead
,
"classCodeId"
>
LossRun
Index
Properties
class
Code
Id
created
At
Timestamp
creator
User
Id?
id
indicative
Expected
Loss
is
Deleted
last
Modified
Timestamp
losses
metrics
Years
name
object
Type
organization
Id
policy
Info
Years
product
Name
status
targets
tenant
Id
tenant
Name?
valuation
Date
Properties
class
Code
Id
classCodeId
:
string
created
At
Timestamp
createdAtTimestamp
:
number
Optional
creator
User
Id
creatorUserId
?:
string
id
id
:
string
indicative
Expected
Loss
indicativeExpectedLoss
:
LossRunIndicativeExpectedLoss
|
null
is
Deleted
isDeleted
:
boolean
last
Modified
Timestamp
lastModifiedTimestamp
:
number
losses
losses
:
Loss
[]
metrics
Years
metricsYears
:
LossRunMetricsYear
[]
name
name
:
string
object
Type
objectType
:
LOSS_RUN
organization
Id
organizationId
:
string
policy
Info
Years
policyInfoYears
:
LossRunPolicyInfoYear
[]
product
Name
productName
:
string
status
status
:
ObjectStatus
targets
targets
:
LossRunTargets
|
null
tenant
Id
tenantId
:
string
Optional
tenant
Name
tenantName
?:
string
valuation
Date
valuationDate
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Code
Id
created
At
Timestamp
creator
User
Id
id
indicative
Expected
Loss
is
Deleted
last
Modified
Timestamp
losses
metrics
Years
name
object
Type
organization
Id
policy
Info
Years
product
Name
status
targets
tenant
Id
tenant
Name
valuation
Date
Documentation
Loading...