Fact Statement
A description of the types/properties relevant to a fact-statement.json.
Orcfax utilizes the following Schema.org types and properties in its Fact Statement records. The description provided by Schema.org follows each; if Orcfax maintains a more nuanced understanding, an additional definition will be provided. If the term appears in its own definition, it will be replaced when possible with a [synonym] in order to aid understanding.
Schema.org Types
| Type | Schema.org description | Orcfax description |
|---|---|---|
| -------- | --------------------------- | ---------------------- |
Types under review for development
Schema.org Properties
| Property | Type | Schema.org description | Orcfax definition |
|---|---|---|---|
| ------------ | -------- | --------------------------- | --------------------- |
The values for bestRating and worstRating are further described in Xerberus
docs.
| Rating | Explanation |
|---|---|
| AAA - A | Investment Grade |
| BBB - B | Speculative |
| CCC - C | Highly Speculative |
| D | Junk |
Fact Statement example
{
"context": "https://schema.org",
"type": "Review",
"reviewBody": {
"@type": "CreativeWork",
"creator": "Xerberus Node: 1.0.0rc23",
"about": "The Xerberus review of the {ASSET-NAME} risk rating",
"identifier": "urn:",
"dateCreated": "2024-08-28T16:20:14Z",
"license": "https://creativecommons.org/licenses/by/4.0/",
"description": {
"@type": "Claim",
"appearance": "message-{ASSET-NAME}-xerberus.tick_generic.json",
"claimInterpreter": {
"@type": "Organization",
"name": "Orcfax",
"url": "https://orcfax.io/"
}
}
},
"itemReviewed": {
"additionalType": "CardanoNativeToken",
"name": "{ASSET-NAME",
"description": "{ASSET-SUBJECT}",
"identifier": "{ASSET-FINGERPRINT}"
},
"reviewRating": {
"@type": "Rating",
"author": "Xerberus",
"ratingValue": "{AAA}",
"worstRating": "D",
"bestRating": "AAA",
"reviewAspect": "Risk"
}
}
Download