{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset",
  "type": "object",
  "title": "BondValuationModel",
  "description": " Bond valuation model for the security leg in a securities financing transaction, closely modelled onto the BondCollateral.model in FpML.",
  "properties": {
    "nominalAmount": {
      "description": "The quantity of the underlier expressed as a nominal amount.",
      "$ref": "cdm-observable-asset-Money.schema.json"
    },
    "bondPriceAndYieldModel": {
      "description": "Price and yield model for valuing a bond security leg.",
      "$ref": "cdm-observable-asset-BondPriceAndYieldModel.schema.json"
    },
    "accrualsAmount": {
      "description": "Accruals amount for the bond in the security leg",
      "$ref": "cdm-observable-asset-Money.schema.json"
    }
  },
  "required": [
    "nominalAmount",
    "bondPriceAndYieldModel"
  ]
}
