Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
parthbond180 authored Feb 21, 2022
1 parent 73d4c1a commit a79e2b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/automotive-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For detailed instructions on how to set up and customize CoApps like this using

* [Writing your 180protocol CoApp](https://docs.180protocol.com/develop/tutorials/writing-your-180protocol-coapp)

##Introduction
## Introduction
This CoApp is a representative application built on the Aggregator SDK. The use case involves a coalition of car manufacturers
who have come together to generate unique and tangible business insights from their private data sets. The data providers
are major car manufacturers sharing their monthly car sales data, including sensitive information about daily sales trends by
Expand All @@ -15,7 +15,7 @@ to construct without a unique data sharing solution like 180Protocol.
Read [Distributed Analytics](https://docs.180protocol.com/learn/sample-use-cases/distributed-analytics) on our wiki for understanding
how 180Protocol powers a new kind of analytics.

###Provider Input Data
### Provider Input Data
Each data provider is a car manufacturer that shares car sales data broken down by the car brand, model, type and date of sale.
Average prices, Units and Total Sales are also provided for the cars sold. Such daily sales data is sensitive and cannot be
revealed by car manufacturers to other competitors or market research firms.
Expand All @@ -31,7 +31,7 @@ revealed by car manufacturers to other competitors or market research firms.
* Average Price – Average Price for car type on given date
* Total Sales – Total Sales for car type on given date

###Consumer Data Output
### Consumer Data Output
Consumer data outputs are generated by the enclave based aggregator for the data consumer. In this use case, car sales
analytics broken down by factors like brands, models, and month are calculated as outputs. Additionally, an EV premium
and market share is calculated based on data from each provider, thereby revealing market level insights and data.
Expand All @@ -44,7 +44,7 @@ and market share is calculated based on data from each provider, thereby reveali
* Monthly Inflation – rate of change in overall average cost by Month


###Provider Rewards
### Provider Rewards
Data Provider rewards are calculated for each data provider (in this case car manufacturers) by the enclave based aggregator.
Rewards are based on several individual factors that may differ for each use case and can be configured.
For this use case, the factors are:
Expand Down

0 comments on commit a79e2b5

Please sign in to comment.