Open JuergenGrupp opened 6 days ago
hasTerritoryExcludes is pointing to CountryCode, while hasTerritoryIncludes is pointing to Asset, although both are properties of Rating. Shouldn't those two be similarly pointing to CountryCode ?
hasTerritoryExcludes
CountryCode
hasTerritoryIncludes
Asset
Rating
hasTerritoryExcludes
is pointing toCountryCode
, whilehasTerritoryIncludes
is pointing toAsset
, although both are properties ofRating
. Shouldn't those two be similarly pointing toCountryCode
?