Open nvar opened 9 months ago
Example of a Data Product with Equity Trades. Contains two datasets, one for trades in LSEG and one in Euronext
"@context": "https://ekgf.github.io/data-product-spec/dprod.jsonld", "id": "equity trade-xxx", "@id": "https://y.com/products/equity-trade-xxx", "@type": "DataProduct", "title": "Equity Trade XXX", "description": "Trade data defining the outcome of equity trades between parties in different stock markets, where the terms are primarily reflected in the tradable product. Additionally, Trade includes attributes such as the trade date, transacting parties, and settlement terms. Some attributes, such as the parties, are already defined in the Party Product and are simply referenced in Trade", "dataProductOwner": "https://www.schema.xxx/person/AnnTaylor", "lifecycle" : "Consume", "outputPort": { "@type": "dcat:DataService", "id": "equity-trade-euronext-xxx-tabular-adls-prod", "@id": "https://y.com/service/equity-trade-euronext-xxx-adls-prod-1", "dcat:endpointURL": "abfss://datasetsv1@demo.dfs.core.windows.net/demo/full/trade-euronext", "dcat:endpointDescription": "Details for accessing storage account", "isAccessServiceOf": { "@id": "https://y.com/service/equity-trade-euronext-xxx-tabular", "id": "equity-trade-euronext-xxx-tabular", "@type": "dcat:Distribution", "dcterms:format": "application/parquet", "dcat:conformsTo": "https://cdm.finos.org/docs/event-model" "isDistributionOf": { "@type": "dcat:Dataset", "@id": "https://y.com/dataset/equity-trade-euronext-paris, "datasetOwner": "https://www.schema.xxx/person/JohnBarks", "title": "Equity Trade Euronext Paris XXX", "id": "equity-trade-euronext-paris-xxx", "dcat:conformsTo": "https://cdm.finos.org/docs/event-model" } } } "outputPort": { "@type": "dcat:DataService", "id": "equity-trade-lseg-xxx-tabular-adls-prod", "@id": "https://y.com/service/equity-trade-lseg-xxx-adls-prod-1", "dcat:endpointURL": "abfss://datasetsv1@demo.dfs.core.windows.net/demo/full/trade-lseg", "dcat:endpointDescription": "Details for accessing storage account", "isAccessServiceOf": { "@id": "https://y.com/service/equity-trade-lseg-xxx-tabular", "id": "equity-trade-lseg-xxx-tabular", "@type": "dcat:Distribution", "dcterms:format": "application/parquet", "dcat:conformsTo": "https://cdm.finos.org/docs/event-model" "isDistributionOf": { "@type": "dcat:Dataset", "@id": "https://y.com/dataset/equity-trade-lseg-xxx, "title": "Equity Trade LSEG XXX", "id": "equity-trade-lseg-xxx", "dcat:conformsTo": "https://cdm.finos.org/docs/event-model" } } } }
Example of a Data Product providing sba pool rates either through an api or a database connection
"@context": "https://ekgf.github.io/data-product-spec/dprod.jsonld", "id": "sba-pool-rates", "@id": "https://y.com/products/sba-pool-rates", "@type": "DataProduct", "title": "SBA Pool Rates", "description": "Rates for SBE Pool that are MortgageBackedSecurities ", "dataProductOwner": "https://www.schema.xxx/person/johnSmith", "lifecycle" : "Consume", "outputPort": { "@type": "dcat:DataService", "id": "sba-pool-tabular-prod1", "@id": "https://y.com/service/sba-pool-rates-tabular-prod1", "dcat:endpointURL": "jdbc:oracle:thin@sd656-5656-6745.ldn.organiation.com:43534/PGPERG.WORLD", "isAccessServiceOf": { "@id": "https://y.com/distribution/sba-pool-tabular", "id": "sba-pool-tabular", "@type": "dcat:Distribution", "dcterms:format": "https://www.iana.org/assignments/media-types/application/sql", "table": [ "http://server/xxxx/database/yyyy/schema/zzzz/table/sba-pool", "http://server/xxxx/database/yyyy/schema/zzzz/table/sba-pool-identfier", ] "isDistributionOf": { "@type": "dcat:Dataset", "@id": "https://y.com/dataset/sba-pool, "id": "sba-pool", "dcat:conformsTo": "https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/MortgageBackedSecurities/SBA-Pool" } } } "outputPort": { "@type": "dcat:DataService", "id": "sba-pool-rates-json-prod1", "@id": "https://y.com/service/sba-pool-rates-json-prod1", "dcat:endpointURL": "http://y.com/api/sbl-rates-us", "isAccessServiceOf": { "@id": "https://y.com/distribution/sba-pool-rates-json", "id": "sba-pool-rates-json", "@type": "dcat:Distribution", "dcterms:format": "https://www.iana.org/assignments/media-types/application/json", "conformsTo": [ "http://confluent-registry-y/rates-json-schema.json, ] "isDistributionOf": { "@type": "dcat:Dataset", "@id": "https://y.com/dataset/sba-pool-rates", "id": "sba-pool-rates", "geographicalCoverage" :"https://y.com/country/US" "dcat:conformsTo": "https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/MortgageBackedSecurities/SBA-Pool" } } } }
Note Representation of the different physical models in the distributions is not defined yet from the DPROD model. This work will be coordinated according to the odrl market licencing requirements
Is this issue still open?
Example of a Data Product with Equity Trades. Contains two datasets, one for trades in LSEG and one in Euronext
Example of a Data Product providing sba pool rates either through an api or a database connection
Note Representation of the different physical models in the distributions is not defined yet from the DPROD model. This work will be coordinated according to the odrl market licencing requirements