Scorecard (pdk.asset.scorecard)
Contains data structures used to manipulate scorecards
Bin
Holds information about bins used to calculate scorecards result.
Properties:
name :: pdk.core.String
partialScore :: pdk.core.Integer
reasonCode :: pdk.asset.dictionary.ReasonCode
Superstructures: Object <- Any
ScorecardResult
This structure is used for dictionaries that holds reason codes for scoring cards.
Properties:
bins :: pdk.core.Array<pdk.asset.scorecard.Bin>
fullName :: pdk.core.String
score :: pdk.core.Float
Superstructures: Object <- Any
Last updated